Tag: WordPress

WordPress goes WCAG – what does it mean?

March 21, 2016

No Comments

Topics: Accessibility, WordPress.

I would love to be able to say that the recent announcement that WordPress has embraced WCAG (Web Content Accessibility Guidelines) 2 level AA as a guideline for new code means that WordPress is going to instantly become amazingly accessible. But that wouldn’t be true. In fact, it doesn’t even guarantee that every new bit of code released will actually conform with WCAG AA. What it means is that our principles and our goals are to meet the standards required […]

Continue reading “WordPress goes WCAG – what does it mean?” »

Everybody should write a CMS

I’m not joking, although I’m sure that’s the first impression from this post’s title. But there’s a crucial caveat: everybody should write their own JavaScript framework or content management system; but very few should ever let their tool get used. There’s an enormous learning value in programming a large, complex system. You get a strong sense of accomplishment, while learning just how complicated it is to create a flexible theming system, menu structuring tool, and content editor – let alone […]

Continue reading “Everybody should write a CMS” »

Extending WordPress Plug-ins

January 2, 2016

No Comments

Topics: Web Development, WordPress.

Awesome WordPress plug-ins are built making extensive use of awesome core WordPress tools: filters and actions. My own plug-ins are no exceptions. But the fact that I’ve used the awesome power of filters and actions in my plug-ins doesn’t automatically mean that you know how to use and implement them. There are some great tutorials available on how to use WordPress actions and filters (or hooks, as they’re known collectively): Learning to use WordPress hooks from Elegant Themes The Complete […]

Continue reading “Extending WordPress Plug-ins” »

New in Access Monitor: Test before you post

October 22, 2015

No Comments

Topics: Accessibility, WordPress.

In today’s release of Access Monitor, I’ve added two powerful new features for keeping your site accessible: the ability to test your posts before you publish them and the ability to prevent a post from being published if it doesn’t meet your required accessibility criteria. Right now, the accessibility criteria I’m using is crude. It’s a percentage score based on error density, using the formula described in the Tenon.io blog. This is a great formula for getting a general sense […]

Continue reading “New in Access Monitor: Test before you post” »

Plug-in Translations at WordPress.org

September 3, 2015

No Comments

Topics: WordPress.

The WordPress.org plug-in repository is making a big change in the next few months – the repository will host and ship language packs for all plug-ins. This is a huge and amazingly welcome change – but it does introduce some new issues. The major advantages for plug-in authors are that we will no longer have to maintain our own language repositories. I’ve been running my own GlotPress installation for years, and managing the maintenance and updating of translations for all […]

Continue reading “Plug-in Translations at WordPress.org” »