<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for WebAIM Blog</title>
	<atom:link href="http://webaim.org/blog/wp-commentsrss2.php" rel="self" type="application/rss+xml" />
	<link>http://webaim.org/blog</link>
	<description>The WebAIM Web Accessibility Blog</description>
	<pubDate>Mon, 12 May 2008 14:34:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on 508 and Higher Ed. by Deborah</title>
		<link>http://webaim.org/blog/508-and-higher-ed/#comment-52148</link>
		<dc:creator>Deborah</dc:creator>
		<pubDate>Tue, 06 May 2008 18:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/?p=58#comment-52148</guid>
		<description>Hi Jon,

Thanks for the response. I look forward to the new PDF and Acrobat article. For Word for Mac, I did get a response yesterday, that Word for Mac with Acrobat Professional installed will not produce tagged PDFs. 

Distiller can be used to set some default conversion settings, but Distiller  won't add the links, bookmarks, and table of contents to the PDF produced from Word for Mac. For more info, visit &lt;a href="http://tinyurl.com/5nnueh" rel="nofollow"&gt;Acrobat Users Forum&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Thanks for the response. I look forward to the new PDF and Acrobat article. For Word for Mac, I did get a response yesterday, that Word for Mac with Acrobat Professional installed will not produce tagged PDFs. </p>
<p>Distiller can be used to set some default conversion settings, but Distiller  won&#8217;t add the links, bookmarks, and table of contents to the PDF produced from Word for Mac. For more info, visit <a href="http://tinyurl.com/5nnueh" rel="nofollow">Acrobat Users Forum</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 508 and Higher Ed. by Jon Whiting</title>
		<link>http://webaim.org/blog/508-and-higher-ed/#comment-52147</link>
		<dc:creator>Jon Whiting</dc:creator>
		<pubDate>Tue, 06 May 2008 15:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/?p=58#comment-52147</guid>
		<description>Sorry for not replying to comments sooner.

cbd, the project is called GOALS (Gaining Online Accessible Content Through Self-study). You can learn more about the project at &lt;a href="http://ncdae.org/goals" rel="nofollow"&gt;ncdae.org/goals&lt;/a&gt;. There isn't much information right now, but that should change within the next few months.

Katy, I will post here when the report is published. 

Deborah, I am currently rewriting our PDF and Acrobat article. I will make sure to give Word for Mac a look and include anything that I find in the article and/or a blog post. Look for the article in a couple of weeks.</description>
		<content:encoded><![CDATA[<p>Sorry for not replying to comments sooner.</p>
<p>cbd, the project is called GOALS (Gaining Online Accessible Content Through Self-study). You can learn more about the project at <a href="http://ncdae.org/goals" rel="nofollow">ncdae.org/goals</a>. There isn&#8217;t much information right now, but that should change within the next few months.</p>
<p>Katy, I will post here when the report is published. </p>
<p>Deborah, I am currently rewriting our PDF and Acrobat article. I will make sure to give Word for Mac a look and include anything that I find in the article and/or a blog post. Look for the article in a couple of weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spam-free accessible forms by FredB</title>
		<link>http://webaim.org/blog/spam_free_accessible_forms/#comment-52144</link>
		<dc:creator>FredB</dc:creator>
		<pubDate>Tue, 06 May 2008 04:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/2007/03/07/spam_free_accessible_forms/#comment-52144</guid>
		<description>Thanks Jared, I'll add that statement to my php file.</description>
		<content:encoded><![CDATA[<p>Thanks Jared, I&#8217;ll add that statement to my php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spam-free accessible forms by Jared Smith</title>
		<link>http://webaim.org/blog/spam_free_accessible_forms/#comment-52143</link>
		<dc:creator>Jared Smith</dc:creator>
		<pubDate>Tue, 06 May 2008 00:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/2007/03/07/spam_free_accessible_forms/#comment-52143</guid>
		<description>FredB-

This assumes that you will have some other logic later in the file that checks for the spam variable and displays an error message if it is true and sends the e-mail (or whatever) if it is not true.

Something like:
if ($spam==true) {
echo("I'm sorry, but this message appears to be spam.");
}
else {
// send the e-mail message and show a success message.
}</description>
		<content:encoded><![CDATA[<p>FredB-</p>
<p>This assumes that you will have some other logic later in the file that checks for the spam variable and displays an error message if it is true and sends the e-mail (or whatever) if it is not true.</p>
<p>Something like:<br />
if ($spam==true) {<br />
echo(&#8221;I&#8217;m sorry, but this message appears to be spam.&#8221;);<br />
}<br />
else {<br />
// send the e-mail message and show a success message.<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spam-free accessible forms by FredB</title>
		<link>http://webaim.org/blog/spam_free_accessible_forms/#comment-52142</link>
		<dc:creator>FredB</dc:creator>
		<pubDate>Mon, 05 May 2008 22:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/2007/03/07/spam_free_accessible_forms/#comment-52142</guid>
		<description>First of all, thanks for helping stop the spam problems out there today. I am not a php programmer but do use phpformmail for my clients forms. So I pasted the following line (the first one you offer at the top of this page:
------
if (preg_match( "/bcc:&#124;cc:&#124;multipart&#124;\[url&#124;Content-Type:/i", implode($_POST))) {
    $spam=true;
}
------
Here's my dumb question: This code flags the message as spam but what else do I have to do? How does formmail know what to do when $spam=true; is detected? Is there more code necessary to tell formmail what to do when $spam=true; Something like "if this is spam do this." 
OR...is this covered in the "implode ($POST))) statement?

Hope this makes sense and thanks again.

Fred</description>
		<content:encoded><![CDATA[<p>First of all, thanks for helping stop the spam problems out there today. I am not a php programmer but do use phpformmail for my clients forms. So I pasted the following line (the first one you offer at the top of this page:<br />
&#8212;&#8212;<br />
if (preg_match( &#8220;/bcc:|cc:|multipart|\[url|Content-Type:/i&#8221;, implode($_POST))) {<br />
    $spam=true;<br />
}<br />
&#8212;&#8212;<br />
Here&#8217;s my dumb question: This code flags the message as spam but what else do I have to do? How does formmail know what to do when $spam=true; is detected? Is there more code necessary to tell formmail what to do when $spam=true; Something like &#8220;if this is spam do this.&#8221;<br />
OR&#8230;is this covered in the &#8220;implode ($POST))) statement?</p>
<p>Hope this makes sense and thanks again.</p>
<p>Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 508 and Higher Ed. by CJ Ingel</title>
		<link>http://webaim.org/blog/508-and-higher-ed/#comment-52141</link>
		<dc:creator>CJ Ingel</dc:creator>
		<pubDate>Mon, 05 May 2008 20:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/?p=58#comment-52141</guid>
		<description>Many colleges just don't put accessibility (and enforcement of any kind) high up the priority list. If any college page is going to be accessible, it will be the home page. The worst pages tend to be the ones created by individual faculty or staff members. I say this as a faculty member who teaches web accessibility to faculty.</description>
		<content:encoded><![CDATA[<p>Many colleges just don&#8217;t put accessibility (and enforcement of any kind) high up the priority list. If any college page is going to be accessible, it will be the home page. The worst pages tend to be the ones created by individual faculty or staff members. I say this as a faculty member who teaches web accessibility to faculty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 508 and Higher Ed. by Deborah</title>
		<link>http://webaim.org/blog/508-and-higher-ed/#comment-52122</link>
		<dc:creator>Deborah</dc:creator>
		<pubDate>Sat, 03 May 2008 14:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/?p=58#comment-52122</guid>
		<description>Jon - Interesting article that is close to home for me, since I recently began work in the website department of a local college. One of my tasks is to provide guidelines for creating accessible PDF files. 

Our department works on Macs. In contrast to the PDF files I've created on Word for Windows by clicking on the Acrobat icon in the toolbar, I discovered that Word for Mac does not produce tagged PDF documents. The conversion settings for Adding Bookmarks, Adding Links, and Enabling Accessibility Reflow and Tagged PDF is not available on Word for Mac. 

Despite posting several messages on the www.acrobatusers.com forums, asking for confirmation, I haven't received any response about Word for Mac and tagged PDFs.  

I'm wondering what process web professionals who work on the Mac use to created tagged PDFs from Word for the Mac? Perhaps I've missed some info on the Adobe site? Any suggestions?</description>
		<content:encoded><![CDATA[<p>Jon - Interesting article that is close to home for me, since I recently began work in the website department of a local college. One of my tasks is to provide guidelines for creating accessible PDF files. </p>
<p>Our department works on Macs. In contrast to the PDF files I&#8217;ve created on Word for Windows by clicking on the Acrobat icon in the toolbar, I discovered that Word for Mac does not produce tagged PDF documents. The conversion settings for Adding Bookmarks, Adding Links, and Enabling Accessibility Reflow and Tagged PDF is not available on Word for Mac. </p>
<p>Despite posting several messages on the <a href="http://www.acrobatusers.com" rel="nofollow">http://www.acrobatusers.com</a> forums, asking for confirmation, I haven&#8217;t received any response about Word for Mac and tagged PDFs.  </p>
<p>I&#8217;m wondering what process web professionals who work on the Mac use to created tagged PDFs from Word for the Mac? Perhaps I&#8217;ve missed some info on the Adobe site? Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spam-free accessible forms by Creating Spam Free Contact Pages for Your Website &#171; JungleGeorge&#8217;s Weblog</title>
		<link>http://webaim.org/blog/spam_free_accessible_forms/#comment-52120</link>
		<dc:creator>Creating Spam Free Contact Pages for Your Website &#171; JungleGeorge&#8217;s Weblog</dc:creator>
		<pubDate>Fri, 02 May 2008 17:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/2007/03/07/spam_free_accessible_forms/#comment-52120</guid>
		<description>[...] Spam-free accessible forms by Jared Smith- techniques for creating a spam-free contact form. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Spam-free accessible forms by Jared Smith- techniques for creating a spam-free contact form. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 508 and Higher Ed. by Katy</title>
		<link>http://webaim.org/blog/508-and-higher-ed/#comment-52119</link>
		<dc:creator>Katy</dc:creator>
		<pubDate>Fri, 02 May 2008 13:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/?p=58#comment-52119</guid>
		<description>Jon - You mentioned that your findings will be published soon. I'm very interested in them - where can we read about them? Thanks, Katy</description>
		<content:encoded><![CDATA[<p>Jon - You mentioned that your findings will be published soon. I&#8217;m very interested in them - where can we read about them? Thanks, Katy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 508 and Higher Ed. by Kendall</title>
		<link>http://webaim.org/blog/508-and-higher-ed/#comment-52117</link>
		<dc:creator>Kendall</dc:creator>
		<pubDate>Thu, 01 May 2008 18:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://webaim.org/blog/?p=58#comment-52117</guid>
		<description>I am somewhat surprised by those results, and yet not surprised. I've noticed it more with high school web sites that often get done by the students that are horrible when it comes to section 508 among many other web design principles. My college did a pretty good job and have resources for faculty and staff to read about section 508 and other good practices, not that the main web developers always follow it, but they do a decent job compared to many that I've come across. It's a shame too, because a lot of it can be done fairly easily without messing up an existing design.</description>
		<content:encoded><![CDATA[<p>I am somewhat surprised by those results, and yet not surprised. I&#8217;ve noticed it more with high school web sites that often get done by the students that are horrible when it comes to section 508 among many other web design principles. My college did a pretty good job and have resources for faculty and staff to read about section 508 and other good practices, not that the main web developers always follow it, but they do a decent job compared to many that I&#8217;ve come across. It&#8217;s a shame too, because a lot of it can be done fairly easily without messing up an existing design.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
