[cfaussie] Simplified Chinese encoding

2006-09-14 Thread Ryan Sabir
Hey all, I'm trying to get some web pages to show in Simplfied Chinese encoding, but the standard META tag doesn't seem to be working. When I look at this page: http://www.miller.com.au/index.cfm?setlanguage=2 All the chinese characters are coming up wrong, however, when I go to the

[cfaussie] Re: Simplified Chinese encoding

2006-09-14 Thread Haikal Saadh
Not using UTF8? Reading a ColdFusion page with a nondefault character encoding Macromedia recommends that you encode all international application pages as UTF-8 with a byte-order mark (BOM), so that ColdFusion automatically detects the page as UTF-8 encoded; no cfprocessingdirective

[cfaussie] Re: Querying across multiple databases

2006-09-14 Thread christophe albrech
You could do cross database queries even if they were on different servers. In the case of MSSQL, you just have to register linked servers through sp_addlinkedserver, and then use myLinkedServer.Mydatabase.MyDBuser.Mytable .TofOn 9/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:Are the

[cfaussie] Re: OT : I will be available for contract shortly

2006-09-14 Thread christophe albrech
Steve,We regularly need contractors here. (NGA, the potential new venue for the melbourne cfug). Can you send me ([EMAIL PROTECTED] dot net dot au) your resume just in case ?cheersTof On 9/8/06, Steve Onnis [EMAIL PROTECTED] wrote: Hey guys I just wanted to get the word out that I will be

[cfaussie] Re: Outputting to Excel - how to incorporate styles

2006-09-14 Thread Mike Kear
Barry's correct. I saw a tutorial on how to do XML spreadsheets on the EasyCFM Tutorials. I was able to get some great spreadsheets going there with formulas, graphics inlucded, pretty styles to match the rest of the site - wonderful. Then i noticed that it only works on Excel2003 and later.

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Andrew Muller
Dale, You could build it with Flex Data Services Express, it's possible to use it to build chat apps - I've seen it in training and it's pretty neat. On 14/09/06, Dale Fraser [EMAIL PROTECTED] wrote: Hi, I want a plugin or API so that I can integrate into our website the ability for

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Barry Beattie
Andrew, when you say chat you mean audio, yes? I woulda thought it was more of a FMS type of thing On 9/14/06, Andrew Muller [EMAIL PROTECTED] wrote: Dale, You could build it with Flex Data Services Express, it's possible to use it to build chat apps - I've seen it in training and it's

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Andrew Muller
Ah Barry You make a good point that I may have missed, I meant the old fashioned use your keyboard kind of chat rather than the use your headset kind of chat - sorry if I missunderstood Dale. Andrew On 14/09/06, Barry Beattie [EMAIL PROTECTED] wrote: Andrew, when you say chat you mean audio,

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Dale Fraser
No not audio. I mean text. So they type into the website and we talk back via skype. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie Sent: Thursday, 14 September 2006 11:57 PM To:

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Barry Beattie
Dale, I'm intrigued. use skype as a text-based communication protocol? like this? http://www.pcworld.idg.com.au/index.php/id;367176;fp;2;fpid;1 sheesh! another thing I'm going to have to read up on... cheers barry.b On 9/15/06, Dale Fraser [EMAIL PROTECTED] wrote: No not audio. I mean

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Dale Fraser
Ok, Just to be clear I do NOT want voice I do NOT want SMS I just want plain old text chat, like ICQ, MSN. Users see via a website that someone in a skype group is online, type text into the webpage and it routes it to someone online. That someone receives it via skype as text chat. Kind of

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Bjorn Schultheiss
no web api for skype Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale FraserSent: Thursday, 14 September 2006 7:49 PMTo: cfaussie@googlegroups.comSubject: [cfaussie] OT: Web Skype Plugin

[cfaussie] Re: OT: Web Skype Plugin

2006-09-14 Thread Haikal Saadh
Not skype, but most everything else seems to be supported: http://en.wikipedia.org/wiki/Meebo Dale Fraser wrote: Hi, I want a plugin or API so that I can integrate into our website the ability for customers to text chat to one of many people who might be available. So what I’m thinking

[cfaussie] Re: Simplified Chinese encoding

2006-09-14 Thread Ryan Sabir
Hmmm, Not quite sure how cfprocessingdirective is supposed to work. Does this mean the text in my .cfm document should be in a different encoding? If so then this is not the case, as all text in the site comes from a database. The strange thing is when I look at the site:

[cfaussie] Re: Simplified Chinese encoding

2006-09-14 Thread Haikal Saadh
How are you storing the text in the database? When we added multilingual support, all we had to do to SQL Server was: * Change any char/varchar/text to their double-byte counterparts (ntext etc). * Ensured that all queries uses cfqueryparam * Set some setting in the SQL Server

[cfaussie] CFReport Builder - Report compilation error. Error at (31, 20: null

2006-09-14 Thread cfgroupie
Hi Guys, I found an issue with CFReport Builder I did a quick google and found others having the same issue but no luck on how to fix it. Does anyone know? Its a realy basic query that I want to view as a report..Below is the component and calling page if you would like to see the code. I