RE: [ACFUG Discuss] RE: XML Formatting in CF5 question

2006-08-15 Thread axunderwood



Yeah, 
I tried that one first but it didn't work...I'm guessing the way the data was 
stored in unicode wasn't compatible with the utf 8. When I googled the 
invalid character reference, Microsoft actually suggests (it was the first link 
by the way) to use the iso 8859. The web is a never-ending learning 
process!

Thanks 
John,

Allen

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of John MasonSent: 
  Tuesday, August 15, 2006 12:07 AMTo: 
  discussion@acfug.orgSubject: RE: [ACFUG Discuss] RE: XML Formatting 
  in CF5 question
  
  Yep, actually UTF-8 
  is the way to go here. The group that supported the older 8859-1 (Latin-1) 
  group has move on. The UTF standards are the newer and more accepted encoding 
  standard.
  
  http://en.wikipedia.org/wiki/ISO-8859-1
  
  John
  [EMAIL PROTECTED]
  
  
  
  
  
  
  
  From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
  Behalf Of Steven RossSent: Monday, August 14, 2006 4:32 
  PMTo: discussion@acfug.orgSubject: Re: [ACFUG Discuss] RE: XML 
  Formatting in CF5 question
  
  why not use utf-8? guess it depends on 
  your input forms
  
  On 8/14/06, [EMAIL PROTECTED]  [EMAIL PROTECTED] 
  wrote:
  
  
  
  Quick update - just 
  in case anyone else ever runs into this problem. Again, just to restate 
  quickly - say you have a German name with the double dots over the "u" or you 
  have a spanish name with the ~ over the "n" or something like that, it was 
  breaking my xml. To fix it I just needed to put this declaration at the 
  top of the xml document:
  
  
  
  ?xml version="1.0" encoding="iso-8859-1" 
  ?
  
  
  
  Allen
  
-Original 
Message-From: 
Underwood Allen (WJJ1AXU) Sent: Monday, August 14, 2006 12:32 
PMTo: 'discussion@acfug.org'Subject: XML Formatting in CF5 
question

Hello 
everyone,



I've got an aggravating 
situation. We're using CF5 and I'm doing some AJAX interfaces. 
My problem is, we have international users that have unicode characters such 
as o acutes and various other flavors of invalid xml characters...Do any of 
you know of a way either in XML or in CF5 to escape the characters that will 
cause the XML to be invalid? 



Also, so you know, the values 
that are causing problems are attributes and not text values in-between the 
tags...for instance:



person 
fName="invalidCharacterShowsUpHere" /



CDATA won't solve my problem and 
I'm running out of ideas.



Any help would be 
awesome!



Thanks,



Allen
  - 
  To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more 
  info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List 
  hosted by FusionLink 
  - 
  
  -- Steven Rossweb 
  application  interface developer http://www.zerium.com[phone] 404-488-4364 
  - To 
  unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform 
  For more info, see http://www.acfug.org/mailinglists 
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink 
  - 
  - 
  To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform 
  For more info, see http://www.acfug.org/mailinglists 
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink 
  - 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink

-




[ACFUG Discuss] Dell laptop battery recall

2006-08-15 Thread John Mason








Figure I post this since several of us
have Dell laptops.



Dell is doing a massive recall of laptop
batteries. Its the largest recall in consumer electronics history. To
see if your affected simply go to following site..



http://www.dellbatteryprogram.com



Apparently, its a batch of
batteries they received form Sony and made in Japan that are at issue. These
batteries have been known to catch on fire without warning which is a quick way
to lose a laptop.



John

[EMAIL PROTECTED]















From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, August 15, 2006
7:25 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE:
XML Formatting in CF5 question







Yeah, I tried that one first but it didn't
work...I'm guessing the way the data was stored in unicode wasn't compatible
with the utf 8. When I googled the invalid character reference, Microsoft
actually suggests (it was the first link by the way) to use the iso 8859.
The web is a never-ending learning process!











Thanks John,











Allen





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of John
Mason
Sent: Tuesday, August 15, 2006
12:07 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE:
XML Formatting in CF5 question

Yep, actually UTF-8 is the way to go here.
The group that supported the older 8859-1 (Latin-1) group has move on. The UTF
standards are the newer and more accepted encoding standard.



http://en.wikipedia.org/wiki/ISO-8859-1



John

[EMAIL PROTECTED]















From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steven
Ross
Sent: Monday, August 14, 2006 4:32
PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] RE:
XML Formatting in CF5 question





why not use utf-8? guess
it depends on your input forms



On 8/14/06, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:







Quick update - just in case anyone else
ever runs into this problem. Again, just to restate quickly - say you
have a German name with the double dots over the u or you have a
spanish name with the ~ over the n or something like that, it was
breaking my xml. To fix it I just needed to put this declaration at the
top of the xml document:











?xml version=1.0 encoding=iso-8859-1 ?











Allen





-Original Message-
From: Underwood Allen (WJJ1AXU) 
Sent: Monday, August 14, 2006
12:32 PM
To: 'discussion@acfug.org'
Subject: XML Formatting in CF5
question



Hello everyone,











I've got an aggravating situation. We're using CF5 and
I'm doing some AJAX
interfaces. My problem is, we have international users that have unicode
characters such as o acutes and various other flavors of invalid xml
characters...Do any of you know of a way either in XML or in CF5 to escape the
characters that will cause the XML to be invalid? 











Also, so you know, the values that are causing problems are
attributes and not text values in-between the tags...for instance:











person fName=invalidCharacterShowsUpHere
/











CDATA won't solve my problem and I'm running out of ideas.











Any help would be awesome!











Thanks,











Allen








- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink

- 








-- 
Steven Ross
web application  interface developer 
http://www.zerium.com
[phone] 404-488-4364 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 








-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink

-


-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see 

Re: [ACFUG Discuss] Dell laptop battery recall

2006-08-15 Thread Steven Ross
On 8/15/06, John Mason [EMAIL PROTECTED] wrote:


















Figure I post this since several of us
have Dell laptops.



Dell is doing a massive recall of laptop
batteries. It's the largest recall in consumer electronics history. To
see if your affected simply go to following site..




http://www.dellbatteryprogram.com



Apparently, it's a batch of
batteries they received form Sony and made in Japan that are at issue. These
batteries have been known to catch on fire without warning which is a quick way
to lose a laptop.And ruin your furnature http://www.engadget.com/2006/07/31/dell-laptop-number-3-explodes/
Or cause a fire:http://www.theinquirer.net/default.aspx?article=32550
John

[EMAIL PROTECTED]
















From: 
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of 
[EMAIL PROTECTED]
Sent: Tuesday, August 15, 2006
7:25 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE:
XML Formatting in CF5 question







Yeah, I tried that one first but it didn't
work...I'm guessing the way the data was stored in unicode wasn't compatible
with the utf 8. When I googled the invalid character reference, Microsoft
actually suggests (it was the first link by the way) to use the iso 8859.
The web is a never-ending learning process!











Thanks John,











Allen





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John
Mason
Sent: Tuesday, August 15, 2006
12:07 AM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] RE:
XML Formatting in CF5 question

Yep, actually UTF-8 is the way to go here.
The group that supported the older 8859-1 (Latin-1) group has move on. The UTF
standards are the newer and more accepted encoding standard.




http://en.wikipedia.org/wiki/ISO-8859-1



John

[EMAIL PROTECTED]
















From: 
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Steven
Ross
Sent: Monday, August 14, 2006 4:32
PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] RE:
XML Formatting in CF5 question





why not use utf-8? guess
it depends on your input forms



On 8/14/06, 
[EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:







Quick update - just in case anyone else
ever runs into this problem. Again, just to restate quickly - say you
have a German name with the double dots over the u or you have a
spanish name with the ~ over the n or something like that, it was
breaking my xml. To fix it I just needed to put this declaration at the
top of the xml document:











?xml version=1.0 encoding=iso-8859-1 ?











Allen





-Original Message-
From: Underwood Allen (WJJ1AXU) 
Sent: Monday, August 14, 2006
12:32 PM
To: 'discussion@acfug.org'
Subject: XML Formatting in CF5
question



Hello everyone,











I've got an aggravating situation. We're using CF5 and
I'm doing some AJAX
interfaces. My problem is, we have international users that have unicode
characters such as o acutes and various other flavors of invalid xml
characters...Do any of you know of a way either in XML or in CF5 to escape the
characters that will cause the XML to be invalid? 











Also, so you know, the values that are causing problems are
attributes and not text values in-between the tags...for instance:











person fName=invalidCharacterShowsUpHere
/











CDATA won't solve my problem and I'm running out of ideas.











Any help would be awesome!











Thanks,











Allen








- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink

- 








-- 
Steven Ross
web application  interface developer 
http://www.zerium.com
[phone] 404-488-4364 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 








-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink


[ACFUG Discuss] FW: [ACFUG Announce] Microsoft Seeks Select Companies in Atlanta CFUG for Server Admin Usability Study

2006-08-15 Thread Charlie Arehart
Title: Hi ,



Folks, I had posted this announcement last week on the 
announcements list, but I asked the Microsoft rep today and he said he'd not had 
any response yet. I would think someone in our audience would find this 
intriguing, and given the time-sensitive nature I hope you'll forgive me 
forwarding it here to the discussion list.

/charlie
http://www.carehart.org/blog/



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
On Behalf Of Charlie ArehartSent: Wednesday, August 09, 2006 
10:17 PMTo: 'ACFUG Announcements List'Cc: 'Eric 
Clausen'Subject: [ACFUG Announce] Microsoft Seeks Select Companies in 
Atlanta CFUG for Server Admin Usability Study

Folks, I've received a special offer from Eric Clausen of 
the Microsoft Usability Research group in Redmond, WA, who has asked me to 
helphim find (from our user group population)a 
select set ofAtlanta companies to participate in a Microsoft 
Server Administration Usability Study. This is a unique opportunity to 
meet with the members of the Windows Server Team and influence the 
direction of IT server products. This 
is not a lab study but rather a site visit.They would like to 
meet with you at your place of work. For 
this phase of the research they're visiting only 8 sites 
nationally, before rolling out further studies later nationwide, so this is 
anexclusive opportunity. .

I've asked for some clarification on the kind of company 
they seek, and they're looking for folks in corporate environment (not 
govt or non-profit), working for companies with 16-99 servers and 250-499 
PCs which should reflect the company as a whole, not just the individual 
location. The Atlanta organization should be the headquarters for the company. 
Pleasekeep that in mind before contacting them. 


They're looking to do the studiesduring the 
first week in September, and in thanks for your time participants "will 
receive a retail software selection as a gratuity". Here 
aremore detail and the contact information (don't respond to the list or 
me). 


Windows Usability in 
Atlanta 
(September 5th-8th) 
Microsoft's Windows 
Server team will be conducting research in theAtlanta regionthe 
first week in September.
The team would like 
to meet with IT Professionals at their workplace to observe the types of tasks 
they typically do in a number of areas including: Supporting users, Managing 
Clients, Managing their Network, Managing their servers, Monitoring their 
environment, Managing storage and backup, Managing their Printers and Print 
Servers, and Managing the security of their IT Environment. 

Their goal is to 
create a better model of customers from the perspective of the work they do and 
the goals they are trying to achieve; the Customer Model. This model will then 
be used to set user specific goals with regard to product deliverables for teams 
across Windows Server product line, and validate features against real world 
scenarios. 
This research will 
contribute to all Windows Server Product development by understanding how to 
better support the way organizations think about their work and perform their 
work with the tools they have today 
These efforts will 
also unify its management tools by providing insight in to the way IT 
Professionals integrate tasks now or would like to better integrate tasks and 
help identify how to make IT Management tools work more effectively to help IT 
Professionals be more productive 
This is a unique 
opportunity to help identify opportunities to innovate products to better 
support work IT Management practice. All participants selected for this research 
will also receive a retail software selection as a 
gratuity.
For more information 
contact Eric Clausen 
([EMAIL PROTECTED]) for 
details.- 
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform 
For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/announcements%40acfug.org/ 
List hosted by FusionLink 
- 



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink

-