Winged Creature and Skull Saint
Here are 2 more drawings. The art has been slow lately as my apartment and studio move across town.


Here are 2 more drawings. The art has been slow lately as my apartment and studio move across town.


(Sigh)
I guess I’ll add a web development post to this mostly art-related blog.
Today, I ran across an excellent list of 100 killer web accessibility resources. Most of these resources are quite good for reference and learning material.
However, I take offense to the SEO Alt Tag (sic) Optimizer & Font Resizer Tool link. I will not link to it here, but I will provide the URL for those interested:
http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/
As an accessibility-aware web professional, I have some strong objections to this plugin:
Alt attributes should absolutely not be used solely for SEO purposes. They should be used to convey the purpose of the image or the function of the link surrounding the image. Please see Appropriate Use of Alternative Text for an excellent explanation of the proper usage of alt text.
Alt attribute usage seems quite simple at first (with the rule that every image must have an alt attribute), but text within the alt attribute and indeed, even the need for text within the attribute requires careful thought.
The SEO Alt Tag Optimizer & Font Resizer Tool abuses alt text for the wrong intentions of possibly placing your site higher in search engine rankings by using inappropriate alt text.
Even though screen-reader users don‘t need to use a font-size switcher, they do rely heavily on proper alt text for images. Consider this HTML snippet from the plugin creator’s page which uses the plugin:
[snip]
<img src=”http://www.indiana-loans.co.uk/…/decrease-font-size.jpg” alt=”Decrease font size for Post - SEO Alt Tag Optimizer & Font Resizer Tool (WordPress plugin) - Uncategorised Topics - Indiana Loans Ltd” onclick=”fnChangeFontSize(‘body‘,-1);” border=”0″ width=”18″ height=”14″ title=”To reduce font size, please enable JavaScript and Trust this Site” longdesc=”http://www.indiana-loans.co.uk/wordpress-plugin-font-resizer-tool-help-page/” />
[snip]
There are 2 major problems with the above code (and some minor problems I won’t get into):
Also, being nit-picky as usual, there are some problems within the URL of the plugin’s creator:
http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/
Okay, I’m done. I ran across this link this afternoon and it just kinda pissed me off. I hate seeing Web accessibility techniques being abused for SEO purposes.