Re: Strict Validation

2007-02-13 Thread So Kenfused
I was playing with this the other day and while validating I got a 
message that stated the target attribute of an Anchor tag is no longer 
supported. If I provide a link to another site I usually use a 
target=_blank so they can follow the link while not leaving my site.   
Any suggestions on how to do this while keeping with the Strict 
standards.  I hate having to put in unnecessary JavaScript.



Doug Brown wrote:
 I would like to validate my apps as xhtml strict, but what is the best way to 
 deal with the  anf ? in the url? Would I actually need to use 
 urlEncode() or would I be able to simply do a find and replace #63 for ? and 
 #38 for  Thoughts?

 Doug B.

 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269636
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Strict Validation

2007-02-13 Thread Sandra Clark
http://shayna.com/index.cfm?fuseaction=blog.display_entryid=153 


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-Original Message-
From: So Kenfused [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 13, 2007 9:49 AM
To: CF-Talk
Subject: Re: Strict Validation

I was playing with this the other day and while validating I got a message
that stated the target attribute of an Anchor tag is no longer supported.
If I provide a link to another site I usually use a 
target=_blank so they can follow the link while not leaving my site.   
Any suggestions on how to do this while keeping with the Strict standards.
I hate having to put in unnecessary JavaScript.



Doug Brown wrote:
 I would like to validate my apps as xhtml strict, but what is the best way
to deal with the  anf ? in the url? Would I actually need to use
urlEncode() or would I be able to simply do a find and replace #63 for ?
and #38 for  Thoughts?

 Doug B.

 



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269639
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Strict Validation

2007-02-10 Thread Doug Brown
I would like to validate my apps as xhtml strict, but what is the best way to 
deal with the  anf ? in the url? Would I actually need to use urlEncode() 
or would I be able to simply do a find and replace #63 for ? and #38 for  
Thoughts?

Doug B.

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269413
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strict Validation

2007-02-10 Thread Robertson-Ravo, Neil (RX)
You mean for writing out of anchors in your code? URLEncode would be the
best way I believe.


This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Doug Brown
To: CF-Talk
Sent: Sat Feb 10 19:02:39 2007
Subject: Strict Validation

I would like to validate my apps as xhtml strict, but what is the best way
to deal with the  anf ? in the url? Would I actually need to use
urlEncode() or would I be able to simply do a find and replace #63 for ?
and #38 for  Thoughts?

Doug B.



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269414
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strict Validation

2007-02-10 Thread Robertson-Ravo, Neil (RX)
Also, Strict XHTML is a nightmare sometimes as it encompasses everything! I
usually always go for transitional.



 
This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Doug Brown
To: CF-Talk
Sent: Sat Feb 10 19:02:39 2007
Subject: Strict Validation

I would like to validate my apps as xhtml strict, but what is the best way
to deal with the  anf ? in the url? Would I actually need to use
urlEncode() or would I be able to simply do a find and replace #63 for ?
and #38 for  Thoughts?

Doug B.



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269415
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Strict Validation

2007-02-10 Thread Sandra Clark
 can be replaced by amp;
You don't need to escape ? Just ampersands.

 You can get a listing (one of many, but the first one that popped up on my
google search) at
http://www.htmlgoodies.com/beyond/reference/article.php/3472611 


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-Original Message-
From: Doug Brown [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 10, 2007 2:03 PM
To: CF-Talk
Subject: Strict Validation

I would like to validate my apps as xhtml strict, but what is the best way
to deal with the  anf ? in the url? Would I actually need to use
urlEncode() or would I be able to simply do a find and replace #63 for ?
and #38 for  Thoughts?

Doug B.



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269418
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strict Validation

2007-02-10 Thread Doug Brown
what about =



Doug B.


- Original Message - 
From: Sandra Clark [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Saturday, February 10, 2007 12:47 PM
Subject: RE: Strict Validation


  can be replaced by amp;
 You don't need to escape ? Just ampersands.

  You can get a listing (one of many, but the first one that popped up on
my
 google search) at
 http://www.htmlgoodies.com/beyond/reference/article.php/3472611


 Sandra Clark
 ==
 http://www.shayna.com
 Training in Cascading Style Sheets and Accessibility


 -Original Message-
 From: Doug Brown [mailto:[EMAIL PROTECTED]
 Sent: Saturday, February 10, 2007 2:03 PM
 To: CF-Talk
 Subject: Strict Validation

 I would like to validate my apps as xhtml strict, but what is the best way
 to deal with the  anf ? in the url? Would I actually need to use
 urlEncode() or would I be able to simply do a find and replace #63 for ?
 and #38 for  Thoughts?

 Doug B.



 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269421
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Strict Validation

2007-02-10 Thread Sandra Clark
Its fine, I use all of those in FB xml apps all the time.  All xHTML is is
HTML in an xml format, so all the cgi query items (with the exception of the
ampersand) are fine.

a href=http://www.shayna.com/index.cfm?type=id1amp;item2=3; / is
perfectly valid.  The only thing that needs to be escaped is the ampersand
since it is used to escape other characters. nbsp;, etc. 


Sandra Clark
==
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-Original Message-
From: Doug Brown [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 10, 2007 3:56 PM
To: CF-Talk
Subject: Re: Strict Validation

what about =



Doug B.


- Original Message -
From: Sandra Clark [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Saturday, February 10, 2007 12:47 PM
Subject: RE: Strict Validation


  can be replaced by amp;
 You don't need to escape ? Just ampersands.

  You can get a listing (one of many, but the first one that popped up on
my
 google search) at
 http://www.htmlgoodies.com/beyond/reference/article.php/3472611


 Sandra Clark
 ==
 http://www.shayna.com
 Training in Cascading Style Sheets and Accessibility


 -Original Message-
 From: Doug Brown [mailto:[EMAIL PROTECTED]
 Sent: Saturday, February 10, 2007 2:03 PM
 To: CF-Talk
 Subject: Strict Validation

 I would like to validate my apps as xhtml strict, but what is the best way
 to deal with the  anf ? in the url? Would I actually need to use
 urlEncode() or would I be able to simply do a find and replace #63 for ?
 and #38 for  Thoughts?

 Doug B.



 



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269422
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4