Coolfields Consulting Archive for the ‘Website Development’ Category
Building Accessible WordPress Themes – Featured Images
Published: | No Comments

If you’re pulling featured images into your WordPress theme, are you setting the alternate text for the image correctly? Let me show you how to get it right.
Building Accessible WordPress Themes – Featured Images: Read the full post »
Simple Usability Improvements for your WordPress Theme
Published: | 1 Comment

Summary of presentation I gave to WordPress London. Demonstrates simple usability enhancements for WordPress themes – in code and using plugins.
Simple Usability Improvements for your WordPress Theme: Read the full post »
Why We’ve Chosen to Use WordPress
Published: | No Comments

WordPress is a very popular Content Management System. This site is built with it. Find out why we use it and why we would recommend it for your website.
Why None of the External Links on this Website Open in a New Window
Published: | 2 Comments

I explain why it is that none of the links to external sites on my website open in new windows or tabs. This bugs some people who think that it loses me traffic. I’m not so sure.
Why None of the External Links on this Website Open in a New Window: Read the full post »
Harnessing Themes, Plugins and Features to Make WordPress More Accessible
Published: | No Comments

On Thursday 12th April 2012 I gave a presentation to HCID2012 on the impact of themes, plugins and content on the accessibility of a WordPress site. I also spent some time looking at the accessibility of the WordPress admin screens.
Harnessing Themes, Plugins and Features to Make WordPress More Accessible: Read the full post »
Accessible Forms – Grouping Elements Together With Fieldset
Published: | 1 Comment

The fieldset HTML element (and its accompanying legend element) can be used to group any set of input fields and brings useful accessibility benefits.
Accessible Forms – Grouping Elements Together With Fieldset: Read the full post »
Accessible Forms – Grouping Options With Optgroup
Published: | No Comments

The optgroup HTML tag is a grouping element used with a list of options in a select (or dropdown) input field. It provides a good usability feature but currently little for accessibility.
Accessible Forms – Grouping Options With Optgroup: Read the full post »
Accessible Forms – Selects or Dropdowns
Published: | 2 Comments

The Select (or Dropdown) input field enables a user of a web form to make a selection from a list of items. This post looks at the best practices for using selects accessibly and pitfalls to avoid.
Accessible Forms – Selects or Dropdowns: Read the full post »
Accessible Forms – Checkboxes and Radio Buttons
Published: | 5 Comments

Checkboxes and radio buttons both allow users to choose from a list of items. But they both can have implications for web form accessibility if they’re not used correctly.
Accessible Forms – Checkboxes and Radio Buttons: Read the full post »
Accessible Forms – Should Every Input Have a Label?
Published: | 11 Comments

If you’re using text boxes on a web page you’ll need your users to know what they’re supposed to put in them. This post discusses the importance of the label tag, how to use it, and some best practices to keep in mind when designing or building web forms.
Accessible Forms – Should Every Input Have a Label?: Read the full post »