Category: Web Development

Update to Color Contrast Tester

September 4, 2013

Comments Off on Update to Color Contrast Tester

Topics: Accessibility, Web Development.

Example of test output of color contrast tester.

So, I originally wrote my color contrast evaluator in September of 2008. Now, 5 years later, there are some key differences that merit an update. Visit the Color Contrast Tester In 2008, support for rgba color was virtually nonexistent on the web. Accounting for transparency was only something you needed to do with images. Mobile devices were something to consider, but it wasn’t that big of a deal – if a tool wasn’t mobile friendly, that was really the norm. […]

Continue reading “Update to Color Contrast Tester” »

Create posts on publishing an event to My Calendar

August 20, 2013

No Comments

Topics: Web Development, WordPress.

My Calendar, particularly as of the newly released version 2.2.8, is filled with actions and filters to add your own custom actions or alter data. These hooks are one of the things that make WordPress so much fun to program for — a few simple lines of code can make otherwise difficult things vastly easier. I’ve been asked a few times about adding an option to My Calendar to create a blog post when you publish an event. Well, I […]

Continue reading “Create posts on publishing an event to My Calendar” »

Designing Accessible Navigation

July 1, 2013

1 Comment

Topics: Accessibility, Web Development.

Updated January 23rd, 2018 Building an accessible website is a holistic endeavor. In order to provide easy access to the information on each page, myriad factors must be considered. One of the chief amongst these is the creation of accessible navigation. Whether considering business logic or a principled perspective on web design, enabling the site user to move within your pages is of key importance. This article will describe the principles of accessible navigation and demonstrate ways to create it […]

Continue reading “Designing Accessible Navigation” »

Using custom template tags with WP to Twitter

June 13, 2013

No Comments

Topics: Web Development, WordPress.

Yesterday, I received a support request asking about how somebody could parse a URL (Uniform Resource Locator) out of their post title and post that as the shortened URL attached to their Tweet. They always used the same format to add the URL — <a href="http://thedomain.com">The Title</a>. Well. Not a standard use, certainly — but it is something that you can do using WP to Twitter, with a little custom code. So this is a good time to write up […]

Continue reading “Using custom template tags with WP to Twitter” »

My Calendar Admin Notice

April 18, 2013

2 Comments

Topics: Web Development, WordPress.

Admin Notice: The showkey, shownav, showjump, and toggle shortcode attributes have been deprecated. Use above and below instead. If you’ve recently upgraded My Calendar to version 2.2.0, you may be seeing this notice at the top of your public calendar. This is because I’ve introduced a change in version 2.2.0, and although those four shortcode attributes will continue to work for now, I do intend to remove them completely down the road — so I need people to stop using […]

Continue reading “My Calendar Admin Notice” »