Re: Multilingual site?

2003-09-26 Thread Paul Hastings
And no, UTF-8 is NOT Unicode : UTF8 is an 8 bit encodeing system andUnicode is a 16 bit code. UTF-8 suports Unicode (or any other 16 bitsystem), just as base64 is NOT ASCII, it suports ASCII (or any 8 bitssystem), and ASCII is NOT English (or any other language).Unicode Transformation Format. i

SQL question

2003-09-26 Thread project_boo
When I use this sql statementselect sum(UNIQUE_VISITs) As sys_sum, to_char(unique_date,'MON') AS MONTH from unique_sessionsWHERE SITE = '#client#'GROUP BY TO_CHAR(unique_date,'MON')It returns the results sorted by alpha like this, but I would like to get date order..APR580 AUG765 FEB69 JUL664

Re: SQL question

2003-09-26 Thread Nick de Voil
MichaelHow about something likeSELECT sum(UNIQUE_VISITs) AS sys_sum, to_char(unique_date,'MM') AS monthno, to_char(unique_date,'MON') AS monthnameFROM unique_sessionsWHERE SITE = '#client#'GROUP BY monthno, monthNick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: DWMX 2004 file save problem?

2003-09-26 Thread Calvin Ward
Just so you know, it is very likely that it is saving, it's just that DWMX 2004 isn't telling you that it is saving. You can check this by making a change, and open the file in notepad to see if the change is there.- Calvin- Original Message - From: Aunger, Mitch To: CF-Talk Sent:

Re: Multilingual site?

2003-09-26 Thread Jochem van Dieten
Claude Schneegans wrote: And no, UTF-8 is NOT Unicode : UTF8 is an 8 bit encodeing system and Unicode is a 16 bit code.Unicode is 16 bit? So how come there are more than 65536 characters?thats hardly a reason not to use unicode. Well, the problem is not of having a reason not using Unicode, but

Re: OT: Get the beta of MM Central

2003-09-26 Thread Thomas Chiverton
On Thursday 25 Sep 2003 19:45 pm, Mike Chambers wrote: http://www.macromedia.com/support/central/ts/documents/issues_central_beta.htmI am not on Windows (linux/RH9/Flash6/Firebird), and the error is not intermitant.-- Tom Chiverton (sorry 'bout sig.)Advanced ColdFusion ProgrammerTel: +44(0)1749

Re: IIS Settings from one server to another

2003-09-26 Thread Giampaolo Bellavite
Hello Eric,Friday, September 26, 2003, 3:54:38 AM, you wrote: Is there a quick way to transfer IIS settings from one server to another? (transferring all websites from one box to another.)Did you try the IIS Migration Wizard

DWMX 2004 Freehand?

2003-09-26 Thread Mike Kear
I am trying to remember if the presentation on MX2004 said there was goingto be a 2004 version of freehand.Can anyone else remember? If sodoes anyone know when it'll be available?The MX2004 I downloadedthe other day from the Macromedia site had the new versions of Dreamweaver,Fireworks and Flash,

RE: DWMX 2004 Freehand?

2003-09-26 Thread Robertson-Ravo, Neil (RX)
There is a Freehand MXa version which ships with Studio MX 2004-Original Message-From: Mike Kear [mailto:[EMAIL PROTECTED]Sent: 26 September 2003 12:59To: CF-TalkSubject: DWMX 2004 Freehand?I am trying to remember if the presentation on MX2004 said there was goingto be a 2004 version of

CFMX and SQL Server database connection problems

2003-09-26 Thread A.Little
Hi all, We've just upgraded a couple of our development servers from CF5 to CFMX(6.1) and we're having problems getting CFMX to connect to MS SQL2Kdatabases on another server. When we were using CF5 (behind firewall) wecould connect fine to databases on 2 different servers (one behind thefirewall

RE: DWMX 2004 Freehand?

2003-09-26 Thread Samuel Neff
There is a new version of Freehand but it's Freehand 11.1, not MX 2004.It's a minor update.Best regards,Sam--Blog:http://www.rewindlife.comChart: http://www.blinex.com/products/charting---Original

RE: DWMX 2004 file save problem?

2003-09-26 Thread Aunger, Mitch
You are right. It is saved. Only DWMX2004 thinks it isn't (asterick is still there). Thanks for the suggestion. MitchShameless plug for my wife's business:http://www.mygccandle.com/showmescents-Original Message-From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003

RE: DWMX 2004 file save problem?

2003-09-26 Thread Kelly Tetterton
Just wanted to chime in and say that this is definitely a bug. It happened to me a couple of days ago, although in my case, a reboot of my machine cleared it up. I know that someone posted the DW wishlist url, but is there a bug-specific place to report for DW?-Original Message-From:

Re: Passing XML to CF via HTTP Post

2003-09-26 Thread stas
I found out what my issue was. Curl is expecting the content to beurlencoded, so it is stripping out double quotes from XML attributes. Istill don't have a solution, but at least I know CF isn't part of theproblem.- Original Message -From: stas [EMAIL PROTECTED]To: [EMAIL PROTECTED]Sent:

Re: CFMX and SQL Server database connection problems

2003-09-26 Thread Jochem van Dieten
A.Little wrote: We've just upgraded a couple of our development servers from CF5 to CFMX (6.1) and we're having problems getting CFMX to connect to MS SQL2K databases on another server. When we were using CF5 (behind firewall) we could connect fine to databases on 2 different servers (one behind

OT: Flash Chat

2003-09-26 Thread Cutter (CF-Talk)
Does anyone know of a site with chat on Flash development? I've seen a hundred forums, and sites with Flash based chat clients, but not any chats on Flash dev...Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: convert string of numbers to numeric?

2003-09-26 Thread Tony Weeg
can you send the whole bit of code? its got to work, there is a way!!!:) tony -Original Message-From: Sam Fisher [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 5:21 PMTo: CF-TalkSubject: Re: convert string of numbers to numeric?Thanks, Tony.Unfortunately it did not work.The

RE: CFMX and SQL Server database connection problems

2003-09-26 Thread A.Little
Yes, we've got SQL server running in mixed mode (we did this when weupgraded on of our other servers to MX) and I;ve checked the passwords a fewtimes ;-) I'm not sure that its a password problem because cf admin usuallytells you it's a login failure, but we're getting timeout errors AlexCheck

RE: convert string of numbers to numeric?

2003-09-26 Thread Robertson-Ravo, Neil (RX)
Is form.var1 a valid string?i.e. is it empty? if it is the its not a validstring!From: Tony Weeg [mailto:[EMAIL PROTECTED]Sent: 26 September 2003 13:40To: CF-TalkSubject: RE: convert string of numbers to numeric?can you send the whole bit of code? its got to work, there is a way!!!:) tony

CF 6.1 vtm files

2003-09-26 Thread Craig Dudley
The tag updaters on the macromedia site do not contain vtms for the newand updated tags in 6.0/6.1 (cffunction etc)Does anyone have any vtm files for CF6.1? I can't be bothered wiring myown ;-)Craig DudleySenior DeveloperNetstep Corporate Communications LtdDirect Line: +44(0) 1422 319712Phone:

OT: SQL Table pains

2003-09-26 Thread Robert Orlini
This is off topic somewhat, but I needed to move a SQL table to another SQL server. At first it seems the table did not import. So I deleted the one on the new server and then imported the table I wanted (same name). Now the CF cart I created reads the records twice even though the table has on

Re: convert string of numbers to numeric?

2003-09-26 Thread Calvin Ward
val(form.var1) * 1 ?- Calvin- Original Message - From: Tony Weeg To: CF-Talk Sent: Friday, September 26, 2003 8:40 AMSubject: RE: convert string of numbers to numeric?can you send the whole bit of code? its got to work, there is a way!!!:) tony -Original Message-From: Sam Fisher

RE: CFMX and SQL Server database connection problems

2003-09-26 Thread DURETTE, STEVEN J (AIT)
We had a similar problem when we got locked down because of Blaster. Turns out that we had to create an odbc connection on the cf server thatpointed to the sql server and we had to make sure that the dynamic port wasunchecked. After that was done, we didn't use the odbc, but it worked

RE: CFMX and SQL Server database connection problems

2003-09-26 Thread A.Little
Thanks Steve, I'll give that a go, btw we are on win2K server IIS5Alex-Original Message-From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: 26 September 2003 13:55To: CF-TalkSubject: RE: CFMX and SQL Server database connection problemsWe had a similar problem when we got locked

RE: Flash Chat

2003-09-26 Thread Charlie Griefer
there's a #flash channel on IRC on DALnet, although I don't know how busy itis.you can check out some of the other IRC nets (like Undernet or EFnet)to see if they have a #flash room.I know all 3 have #coldfusion chans.-Original Message-From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED]Sent:

Re: SQL question

2003-09-26 Thread Deanna Schneider
Try this:select sum(UNIQUE_VISITs) As sys_sum, to_char(unique_date,'MON') AS MONTH from unique_sessionsWHERE SITE = '#client#'GROUP BY TO_CHAR(unique_date,'MON')ORDER BY TO_DATE(TO_CHAR(unique_date, 'MON'), 'MON') select sum(UNIQUE_VISITs) As sys_sum, to_char(unique_date,'MON') AS MONTH from

OT : SQL List Comparison

2003-09-26 Thread Robertson-Ravo, Neil (RX)
Anyone know if and how you can compare two lists in SQL?real world examples could beList 1 : 1,54,36,98,32,67List 2 : 54,98,67Which obviously means 1,36,32 have been removedand indeed this could also be possible : List 1 : 1,54,36,98,32,67List 2 : 54,98,67,36,100,12Which obvioulsy means that 1 32

Bluedragon Licensing et al.

2003-09-26 Thread Haggerty, Mike
I am drafting the specs for a volunteer project and considering usingBlueDragon Server on RedHat. I want to make sure I am not misreadinganything: BlueDragon server, with the PostGres drivers, costs nothing interms of a license. Can anyone (maybe from New Atlanta) confirm this isaccurate? Also,

RE: Bluedragon Licensing et al.

2003-09-26 Thread Yves Arsenault
The free version of BD server is free to use. In development orproduction/deployment.I have a copy of it (3.0.2) running on a Linux Mandrake server for acommunity project that we're building.So far I'm still in development. haven't really had much traffic. I'musing MySQL, seems to work very

RE: OT : SQL List Comparison

2003-09-26 Thread A.Little
SQL doesn;t really cope with lists very well, there are some articles here(http://www.sqlteam.com/SearchResults.asp?SearchTerms=csvhttp://www.sqlteam.com/SearchResults.asp?SearchTerms=csv ) about passingcsv strings to stored procs in SQL to then process, but as you'll see itstarts to get a little

Re: SQL Table pains

2003-09-26 Thread Nick de Voil
Robert This is off topic somewhat, but I needed to move a SQL table to anotherSQL server. At first it seems the table did not import. So I deleted the oneon the new server and then imported the table I wanted (same name). Now theCF cart I created reads the records twice even though the table has

RE: XML String Formatting

2003-09-26 Thread Glen Salisbury
Thanks Sam!Appreciate that.- Glen-Original Message-From: Samuel Neff [mailto:[EMAIL PROTECTED]Sent: Thursday, September 25, 2003 7:52 PMTo: CF-TalkSubject: RE: XML String FormattingIt's from a CFDJ article, Transforming XML, Part 3 by David Grassner inCFDJ Volume 4 Issue 8.!--- Listing 1:

Re: SQL List Comparison

2003-09-26 Thread Nick de Voil
Neil Anyone know if and how you can compare two lists in SQL?imo the answer to all questions about lists in SQL is... don't store yourdata as lists!Nota very helpful statement I know. But you could read the lists intoanother table with a normalised structure and all of a sudden the querywould be

CF Restart Proplems

2003-09-26 Thread Greg Hassler
We are currently in the process of developing a new interface between CFMX and an IBM AS/400.We have had several instances where CF has needed to be restarted.The problem is once restarted, Apache seems to lose it's connection and all subsequent calls to .cfm pages fail to be processed and display

RE: Bluedragon Licensing et al.

2003-09-26 Thread Daniel Ganter
I am drafting the specs for a volunteer project andconsidering usingBlueDragon Server on RedHat. I want to make sure I am notmisreadinganything: BlueDragon server, with the PostGres drivers,costs nothing interms of a license. Can anyone (maybe from New Atlanta)confirm this isaccurate?Correct.The

Re:Parsing XML in ColdFusion - Help!!

2003-09-26 Thread Greg Hassler
As long as you know where the logo element is supposed to be you can check for it's existence with xmlnamecfif root.subelement1.subelement2.xmlName IS logo [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Flash Chat

2003-09-26 Thread cfhelp
http://www.pipey.com/chat/default.asphttp://www.pipey.com/chat/default.asp Rick -Original Message-From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 7:38 AMTo: CF-TalkSubject: OT: Flash Chat Does anyone know of a site with chat on Flash development? I've

RE: Bluedragon Licensing et al.

2003-09-26 Thread Haggerty, Mike
Yves - Any idea where I could get more information about the restriction onmultiple processors? I poured over NA's Web site last night and found nodocumentation about this. M -Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 9:23 AM To:

Re: CF Restart Proplems

2003-09-26 Thread Thomas Chiverton
On Friday 26 Sep 2003 14:38 pm, Greg Hassler wrote: restarted.The problem is once restarted, Apache seems to lose it's 1.3.26, running on redhat Linux 7.3.The only sure cure we have found is to reboot the Linux (not an optimal solution).You're right, shouldn't be needed !Does stop/starting Apache

RE: OT : SQL List Comparison

2003-09-26 Thread Robertson-Ravo, Neil (RX)
Yep, I think I will have to do things in CF, though unfortunately forlogging purposes I need to know a little more about what they haveselected/removed before the deletion / insertion occurs.-Original Message-From: A.Little [mailto:[EMAIL PROTECTED]Sent: 26 September 2003 14:31To:

RE: Bluedragon Licensing et al.

2003-09-26 Thread Daniel Ganter
I am drafting the specs for a volunteer project and considering usingBlueDragon Server on RedHat. I want to make sure I am not misreadinganything: BlueDragon server, with the PostGres drivers, costs nothing interms of a license. Can anyone (maybe from New Atlanta) confirm this isaccurate?Trying

RE: OT : SQL List Comparison

2003-09-26 Thread A.Little
If you need to track what's been inserted/deleted, then you could (beforeyou do any db inserts/deletes) loop through the old list and find whichvalues aren;t in the new list - to find whats been deleted, then loop thoughthe new list and find which values aren;t in the old list to find what'sbeen

debugging - query and includes

2003-09-26 Thread Stephenie Hamilton
At my new job we are not allow access to the CFAdministrator, and Iwant to use debugging, so I got a copy of cf_debug as we are usingfb3 and it works great, except it doesn't list queries or includeslike the cfadmin debugging does. Is there some undocumented tag orsomething that will allow me to

Re:CF Restart Proplems

2003-09-26 Thread Greg Hassler
No, stopping and starting (or restarting) Apache does not always help.I am sure it must be a sequencing issue (chicken or the egg) but it is driving us crazy.The standard procedure is to stop CF, restart, stop apache, restart.But apache doesnt seem to resynch with the CF.We have tried several

RE: Bluedragon Licensing et al.

2003-09-26 Thread Daniel Ganter
Mike,The license is for a server, with norestrictions on the number of cpus.The definitive source for use of BlueDragon Serveris the Software License Agreement (SLA).Regards,DanDaniel GanterNew Atlanta Communicationswww.newatlanta.com-Original Message-From: Haggerty, Mike [mailto:[EMAIL

Client vars not being set on first request?

2003-09-26 Thread Stacy Young
We've got a cluster setup in which we're relying on cluster variablesfor recognizing a user when they're bounced to the second server.(sticky session won't work because the front end web servers areclustered as well)Apparently when the user leaves the first page and gets bounced to thesecond

RE: Bluedragon Licensing et al.

2003-09-26 Thread Yves Arsenault
You could try posting on this listhttp://www.newatlanta.com/products/bluedragon/self_help/archive_search/index.cfmI may be wrong, I'm not sure.I also just checked through the site and didn't find any reference tomultiple CPUs for the free version.This is all I found, with reference to multiple

RE: Bluedragon Licensing et al.

2003-09-26 Thread Haggerty, Mike
Alright, thanks Daniel, I appreciate the help. M -Original Message- From: Daniel Ganter [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 9:54 AM To: CF-Talk Subject: RE: Bluedragon Licensing et al. Mike, The license is for a server, with no restrictions on the number of cpus.

RE: Bluedragon Licensing et al.

2003-09-26 Thread Yves Arsenault
Ah there is the answer.:-)Hey, my board supports multiple CPUs. might be an idea for us over hereeventually.- Yves --Original Message-From: Daniel Ganter [mailto:[EMAIL PROTECTED]Sent: September 26, 2003 10:54 AMTo: CF-TalkSubject: RE: Bluedragon Licensing et al.Mike,The license is

Re: Flash Chat

2003-09-26 Thread Clint Tredway
Cutter - I am open for IM chat if you need help.AOl - clint1274MSN - [EMAIL PROTECTED]YIM - clinttredwaycfhelp wrote: http://www.pipey.com/chat/default.asp http://www.pipey.com/chat/default.asp http://www.pipey.com/chat/default.asp%3E Rick -Original Message- From: Cutter (CF-Talk)

Re: OT : SQL List Comparison

2003-09-26 Thread I-Lin Kuo
Depending on your database and exactly what you wantedto do with the list, You could try something likeupdate yourTable set selected=0where primKey in (select primKey from yourTable where primKey in(#List1#) MINUSselect primKey from yourTable where primKey in(#List2#))Clever combinations of the

Re: convert string of numbers to numeric?

2003-09-26 Thread Sam Fisher
Yes, I set the default value=0.Thanks,-S - Original Message - From: Robertson-Ravo, Neil (RX) To: CF-Talk Sent: Friday, September 26, 2003 8:44 AMSubject: RE: convert string of numbers to numeric?Is form.var1 a valid string?i.e. is it empty? if it is the its not a validstring!From: Tony

RE: debugging - query and includes

2003-09-26 Thread Shawn Regan
If I remember sql and cfincludes where two things we could not tie into withcf_debug. That is if your talking about the cf_debug I helped write awhileback along with Scott Van Vliet. We looked into this and I believeScott spoke with Ben Forta about this andI can't fully remember why but the

Re:What happened to my digest?

2003-09-26 Thread Rachel Maxim
Free resources of this quality are becoming fewer and harder to find...I for one appreciate all the work Mike puts into CF-Talk and gladly accept advertising if that's what it takes to keep it going. It's sad that the people who seem to utilize and enjoy this list the most are attacking it for

RE: OT : SQL List Comparison

2003-09-26 Thread Robertson-Ravo, Neil (RX)
Managed it via this SQL : declare @List1 varchar(255), @List2 varchar(255), @sql varchar(255) set @List1 = '1,2,34,12,43,21,5,9,10'set @List2 = '34,12,43,21,23,35,19,5,10' create table #List1 (itemvarchar(10))create table #List2 (itemvarchar(10)) select @sql = 'insert #List1 select ' +

Re: Multilingual site?

2003-09-26 Thread Claude Schneegans
why bring up that pile of dead code?I didn't brought up I told you it was 2 years ago.this discussion was about m11n(multilingual) sites. unicode is by far the bestThis discution was about English and French only. For French Unicode is NOT necessary,That is all what I said. PERIOD. [Todays

RE: CF Restart Proplems

2003-09-26 Thread Tim Blair
The standard procedure is to stop CF, restart, stop apache, restart.Try:Stop apacheRestart CFStart apacheAlso, as you're using a 1.3.xx version of apache, make sure you'verecompiled the connector appropriately:For ColdFusion MX Updater Release 3 or higher, the code and compileinstructions are

Parsing hyperlinks and name

2003-09-26 Thread Ketan Patel
Hi All,I have to parse some complex links likea href="" class=link_orange >>g name=lpg2 src="" alt=Link PopularityGauge border=0 width=63/aora href="" class=link_whiteClick here to findout/aI need a CFSCRIPT to do that. I was successfully able to get the link usingbeow patedcfscsipt. But Also I

Re:debugging - query and includes

2003-09-26 Thread Stephenie Hamilton
Yes I am talking about the cf_debug tag you were a part of.well crud. I was hoping someone had the golden kernel of knowledge on how to get that info. thanks anyway.~~StephenieIf I remember sql and cfincludes where two things we could not tie into withcf_debug. That is if your talking about the

Re: Multilingual site?

2003-09-26 Thread Paul Hastings
why bring up that pile of dead code? I didn't brought up I told you it was 2 years ago.well you did in fact bring it up. ns4.7 was a mess in more than one respectbut i don't recall lousy unicode font rendering was one of them. if that wasanother attempt to cast some doubt on the use of unicode,

RE: OT : SQL List Comparison

2003-09-26 Thread DURETTE, STEVEN J (AIT)
What SQL server are you using? If it is MSSQL2000, I have created some list functions (I've mentioned themon cf-talk before).One of them takes a list and returns a table with 2columns the item position in the list and the value of that item. If you are interested, I can send them to you. The

RE: Multilingual site?

2003-09-26 Thread Andre Mohamed
Erm,just to be anal and incite multiple flames (I’ve learnt thistechnique from others on the list)…I believe UTF actually stands for“UCS transformation format” rather than the more popular interpretationof “Unicode Transformation Format” :-) UCS Stands for Universal Character Set a.k.a “Universal

RE: What happened to my digest?

2003-09-26 Thread Eric Carlisle
I agree 300% At my last job, I was one of 15 CF developers.They wondered how thehell I was able to figure seemingly difficult things quickly.I kepttelling them to participate in the list, that it is a win-win situationfor all who participate.Long story short, CF-Talk has helped me

Re: SQL question

2003-09-26 Thread project_boo
Thank you that worked.But strangely enough I never got the original message that I posted.thanks againDeanna Schneider wrote: Try this: select sum(UNIQUE_VISITs) As sys_sum, to_char(unique_date,'MON') AS MONTH from unique_sessions WHERE SITE = '#client#' GROUP BY TO_CHAR(unique_date,'MON') ORDER

Re: Multilingual site?

2003-09-26 Thread Paul Hastings
Erm,just to be anal and incite multiple flames (I've learnt this technique from others on the list).I believe UTF actually stands for UCS transformation format rather than the more popular interpretation of Unicode Transformation Format :-)no thats not quite correct. its unicode OR ucs. theUTF-8

Re: CF Restart Proplems

2003-09-26 Thread Thomas Chiverton
On Friday 26 Sep 2003 14:55 pm, Greg Hassler wrote: The standard procedure is to stop CF, restart, stop apache, restart.But apache doesnt seem to resynch with the CF.We have tried several different sequences but have yet to find one that is guaranteed to work.I'd stop CF, stop Apache.Check all CF

MX Standard or Enterprise?

2003-09-26 Thread Phillip B
I'musing CF 5 Enterprise right now and want to upgrade to MX. I lookedthrough Macromedia's website, reading the FAQ's, watching the flashpresentations, and looking at comparisons charts. It looks like all I needis the standard edition but I don't want to get it and realize I should havegrabbed the

Re: What happened to my digest?

2003-09-26 Thread Thomas Chiverton
On Friday 26 Sep 2003 15:06 pm, Rachel Maxim wrote: advertising if that's what it takes to keep it going.Which doesn't seem to be the case.I run mailing lists for several local groups (using MailMan), and don't seem to have to put in as much effort as Mike does shrug-- Tom Chiverton (sorry 'bout

RE: Multilingual site?

2003-09-26 Thread Andre Mohamed
Doh! Hoping no one would be as anal as me and actually check that out…ohwell. I did try (secretly trying to prolong this exciting debate) Interesting how an abbreviation can mean two things, not ambiguous atall. Andr -Original Message-From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 26

Re: Multilingual site?

2003-09-26 Thread Claude Schneegans
So how come there are more than 65536 characters?Since version 3, new planes have been added to the original 16 bits code. At the origin, Unicode was fundmentally a 16 bits code.You mean that you don't consider RFC's, W3C standards and IETFNow look, I'm tired of people arguing just for the

RE: MX Standard or Enterprise?

2003-09-26 Thread Samuel Neff
If you're using MSSQL then I'd suggest enterprise, unless you're comfortableinstalling the MSSQL JDBC drivers yourself and setting them up as an Otherdata source.Try downloading the trial and seeing if you can install theJDBC driver and connect using an Other data source.If you can, then

RE: JDBC, Oracle, and CFMX 6.1 J2EE

2003-09-26 Thread Aidan Whitehall
We are migrating from CF5 to CFMX 6.1 J2EE on Windows 2000 AdvancedServer. We have Oracle 8 data sources. What's everyone's experience with JDBC drivers for Oracle? Go with the ones supplied with CFMX? Use Oracle's?It depends? Warnings, comments, suggestions? Thanks!Not sure if what follows is of

RE: Multilingual site?

2003-09-26 Thread Jerry Johnson
Not that I am an expert on any of this, but can you really go to unicode.org an expect any acronym with a U in it not to mean Unicode?Reading rfc2044 at ietf.org, I get..this has led to the development of a few so-called UCS transformation formats (UTF), ..,UTF-8 was originally a project of

Re: Multilingual site?

2003-09-26 Thread Jochem van Dieten
Claude Schneegans wrote: You mean that you don't consider RFC's, W3C standards and IETF Now look, I'm tired of people arguing just for the pleasure of contradicting others and pretending what I mean.I am not arguing for the pleasure of contradicing. I am just of the opinion that just because

RE: How to convert an object to a string (XML)

2003-09-26 Thread Aidan Whitehall
That doesn't seem to work.It is printing out as either blank ornull.Its because you (i) have enabled Resource or Sandbox security and (ii)you haven't yet installed the 6.1 update.http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143threadid=461867highlight_key=ykeyword1=tostringThe

Re: Multilingual site?

2003-09-26 Thread Paul Hastings
Not that I am an expert on any of this, but can you really go tounicode.org an expect any acronym with a U in it not to mean Unicode?well they actually acknowledge UCS in the OR bit. they also have UCS-2, etcdefined in their glossary and they have synched up to ISO 10646, etc.--sothey aren't that

CFMX6.1 admin left menu does not load then CF hangs

2003-09-26 Thread Mark W. Breneman
Just a week ago I started seeing one of my production servers startacting strange when I went into the cfadmin to change a setting.When Ilogged in the main body frame loaded but the left nav menu did not load.I found that if I hit reload several times CFMX no longer responded andI needed to reset

Re: Multilingual site?

2003-09-26 Thread Claude Schneegans
but i don't recall lousy unicode font rendering was one of them.See: http://www.contentbox.com/claude/netscapeUnicode.gifThe font is MS Arial Unicode.When you scroll down, the bottom of the window gets garbadge, when you scroll up it the topsorry but the subject is multilingual site? and unicode

Re: Multilingual site?

2003-09-26 Thread Paul Hastings
Hoping no one would be as anal as me and actually check that out.oh well. I did try (secretly trying to prolong this exciting debate)well, unicode is an important issue to me, has been since cf4.5. i won'tnormally let stuff that seems contrary ormis-informed float by. i have allthese bookmarked

RE: Multilingual site?

2003-09-26 Thread Andre Mohamed
Yes, although originally the U in UTF stood for UCS, it seems that overtime there has been some kind of revisionism leaning towards Unicode –probably to avoid confusion and more specifically to prevent these kindsof discussions turning up on mailing lists ;) I’ve now managed to successfully bore

RE: CFMX6.1 admin left menu does not load then CF hangs

2003-09-26 Thread Ryan Kime
What are the pertinent specs on the box? Also, are you trying to hit the admin through SSL (https://)? I've hadsimilar problems with 6.1 when using a SSL connection. -Original Message-From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 10:58 AMTo:

RE: CFMX6.1 admin left menu does not load then CF hangs

2003-09-26 Thread Stacy Young
If ur accessing under SSL there's a hot fix for CF that addressesthis...there's a static cfhttp call in the menu that uses http. Stace _From: Mark W. Breneman [mailto:[EMAIL PROTECTED] Sent: September 26, 2003 11:58 AMTo: CF-TalkSubject: CFMX6.1 admin left menu does not load then CF hangs Just

Re: CFMX6.1 admin left menu does not load then CF hangs

2003-09-26 Thread Ubqtous
Mark,On 9/26/2003 at 11:57, you wrote:MWB Just a week ago I started seeing one of my production servers startMWB acting strange when I went into the cfadmin to change a setting.When IMWB logged in the main body frame loaded but the left nav menu did not load.MWB I found that if I hit reload

Re: Parsing hyperlinks and name

2003-09-26 Thread jon hall
I had to do this just recently.a href="">\1 will be the href, and \2 will be the text between the tags.This will work across linebreaks, if the regex engine does multiple lines.I have no clue how CF handles backreferences, or multiple linesthough.-- jon mailto:[EMAIL PROTECTED]Friday, September

Re: Multilingual site?

2003-09-26 Thread Claude Schneegans
UTF-8 is the Unicode Transformation FormatThis only means that UTF8 is the encoding scheme that is (more or less officially) used for Unicode.But at the origin it was designed to represent UCS and ISO 10646.See UTF-8, a transformation format of ISO 10646

Re: Multilingual site?

2003-09-26 Thread Claude Schneegans
i have all these bookmarked because my brain is so old i can't recall anything.Just in case you missed this one:http://www.faqs.org/rfcs/rfc2279.html [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Multilingual site?

2003-09-26 Thread Claude Schneegans
hard to say.RFC 2279 saysISO/IEC 10646-1 defines a multi-octet character set called theUniversal Character Set (UCS) which encompasses most of the world'swriting systems. Multi-octet characters, however, are not compatiblewith many current applications and protocols, and this has led to

Re: convert string of numbers to numeric?

2003-09-26 Thread Claude Schneegans
val(form.var1) * 1 ?This won't work, the problem is with form.var1 geing an empty string, which val() doesn't take. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: convert string of numbers to numeric?

2003-09-26 Thread Claude Schneegans
can you send the whole bit of code?Well, i don't where is the rest of the code, I just answered the problem The value cannot be converted to a number.Adding 0 at the begining of the string will assure that the string is always transformable to a number through the val() function.Then if you are

Re: CFMX6.1 admin left menu does not load then CF hangs

2003-09-26 Thread Dave Carabetta
Just a week ago I started seeing one of my production servers startacting strange when I went into the cfadmin to change a setting.When Ilogged in the main body frame loaded but the left nav menu did not load.I found that if I hit reload several times CFMX no longer responded andI needed to reset

Using User Names and Password security with Access Databases

2003-09-26 Thread Andy Ousterhout
Does anyone out there who uses Access database use User name/PasswordSecurity?I have done this as an extra way to secure the information in thedatabase and this appears to be causing hosting firms difficulties.If itprovides minimal value, I may be better off removing this security.Andy [Todays

Blank Message entries in application.log

2003-09-26 Thread Jonathan Beverley
My application logs are starting to be riddled with missing Message entriesfor severities labeled Information.Below is an example of an applicationlog that I rotate for

RE: Using User Names and Password security with Access Databases

2003-09-26 Thread Dan Phillips \(CFXHosting.com\)
What kind of problems are they having? I've never run into any issues. Acustomer forgetting to tell me the DB is protected is the only troubleI've had with them over the years. Dan Phillipswww.CFXHosting.com1-866-239-4678[EMAIL PROTECTED] -Original Message-From: Andy Ousterhout

Re: OT : SQL List Comparison

2003-09-26 Thread Claude Schneegans
compare two lists in SQLIn SQL... or CFML?There are tags in the tag gallery for list union, intersection etc, but they cannot be used in queries of course. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: convert string of numbers to numeric?

2003-09-26 Thread Claude Schneegans
I set the default value=0.In the database?The default valu in a database is returned when the field is null.But as soon as you insert or update a value with something, it's got to be a valid value or spcecifically null.An empty string is not a valid value. [Todays Threads] [This Message]

action pages not passing along info

2003-09-26 Thread Laura Schlee
I'm having a problem with an action page that is notpassing along an id number as part of a URL. Theapplication is supposed to allow a user to add a newrecord to a personnel table and then either stop thereor click a link to go to another page to add a recordinto a vehicle table for the person who

Re: Using User Names and Password security with Access Databases

2003-09-26 Thread Laura Schlee
I did have to use ODBC socket and not Microsoft Accesswhen setting up a password-protected Access datasourcein CF Administrator. I found this out the hard way. Sothe setup does demand a bit of finesse.LauraLaura SchleeDML Associatescell

Re: convert string of numbers to numeric?

2003-09-26 Thread Sam Fisher
in the cfinput tag.- Original Message - From: Claude Schneegans To: CF-Talk Sent: Friday, September 26, 2003 12:45 PMSubject: Re: convert string of numbers to numeric?I set the default value=0.In the database?The default valu in a database is returned when the field is null.But as soon as

RE: Passing XML to CF via HTTP Post

2003-09-26 Thread Dave Watts
Now I am doing this with curl, and I am seeing errors in CF's application log: Expecting quoted value for attribute value version... I launch curl like this - curl -d id=?xml version=1.0 encoding=UTF-8?RECORDSR CODE=80492301 NUMB=1 TYPE=0//records localhost/index.cfm CF is 6.1 Standard

RE: 6.1 RDS

2003-09-26 Thread Owens, Howard
I solved this issue ... thanks to MM support finally answering my questionin the forum.They asked me for more details, such as whether I had CFMX6.1 installed in standalone mode on port 8500 ...Doh!I changed the properties in my RDS setting for local host to point to port8500 and I'm

  1   2   >