Posted on Aug 26, 2009 - 9:15am by John P. in Wordpress - 3 Replies
Thank to Glenda Watson Hyatt (@GlendaWH on Twitter) for sharing a fascinating article by Roger Hudson called Refreshable Braille.
This article has a great deal of significance to me because I’ve been preaching Web Accessibility since the inception of the Internet, having even served on the W3C’s original Web Accessibility Initiative, and having built HTMLHelp.com around educating people about standards compliant Web development.
Heck, I even built the theme for OneMansBlog.com from scratch to try and insure accessibility among other things… But can you believe that in the last decade, I’ve never actually seen real users navigating the Web like this? Wow. It is refreshing to see that people can do it after fighting so hard for so long to build accessible standards.
I believe every person should watch these videos, whether you are a designer or not, to understand the challenges that some visitors face when they come to your Web site. So please take 5 minutes out of your day and give this article a little attention. Thanks!
Read the rest of this entry »
|
|
|
| Re-Tweet | Reply | View Tweet |
Posted on Sep 13, 2008 - 1:17am by John P. in Tutorials, Wordpress - 1 Reply
If you are using WordPress with the built in image uploader, and the image align characteristics are not working for you, the fix is a simple modification to your theme’s Stylesheet.css file.
In the Admin control panel just navigate to Design | Theme Editor and over on the right side of the list of files select your Stylesheet to edit. It will usually say: Stylesheet (style.css)
Add the following lines anywhere you want within the stylesheet and then save the document and you should be good to go.
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
If your Stylesheet is not editable, you may have to use your FTP client to go in and change the permissions on the files.
Posted on Nov 05, 2007 - 11:37pm by John P. in Site Updates, Wordpress - 12 Replies
Donncha O’Caoimh, one of WordPress’ lead developers spent the last few weeks working on a brand new plugin called WP Super Cache which is, without a doubt, the biggest advance in WordPress performance in years. (Please Digg it fast!)
Donncha has not only improved the existing ubiquitous WP-Cache system for users that are logged in (bug fixes, added plugin capabilities, etc), he’s literally invented a new methodology for static caching of documents for visitors which renders at least a 2-3X performance improvement over WP-Cache.
Read the rest of this entry »
Posted on Jul 09, 2007 - 1:47am by John P. in Tutorials, Wordpress - 18 Replies
This post describes how to add variable width, centered columns of stuff to the Worpress footer. Not sure what I mean? Well, look at the bottom of this site.
Posted on Jul 09, 2007 - 1:20am by John P. in Tutorials, Wordpress - 30 Replies
Folks, since my site has gotten fairly popular I have people who want to advertise on the home page. The problem is that I didn’t know of a good method of embedding Ads that only show up on the home page and don’t appear site wide. (And not in the sidebar.)
I needed to employ a little PHP trickery in order to get this to work and I figured I’d share the methodology in case anyone else wanted to do this, or had a better idea as to how to pull it off.
Read the rest of this entry »
Posted on Apr 30, 2007 - 12:01am by John P. in Wordpress - 118 Replies
As a result of three Digg homepage appearances over a period of a few weeks bringing my blog to it’s knees I decided to make a few changes. In addition to acquiring a new server and finding someone to optimize the heck out of it for me, I also decided to re-vamp my Wordpress theme.
I’m probably a little pickier than most, but I was looking for the following list of features in the new theme:
After having no luck finding an appropriate theme out of the hundreds that are publicly available I decided to just build it myself. The theme is currently in use here on One Man’s Blog, and I’m now making it available to anyone that would like to use it.
Read the rest of this entry »
Posted on Apr 08, 2007 - 2:22am by John P. in Wordpress - 93 Replies
WP Admin Bar is an indispensable Wordpress plugin which displays links to the Administration Panel at the top of a blog’s page – but only for users who are logged in and have permission to view the given functions.
I find this plugin to be absolutely essential to my enjoyment of Wordpress. It allows me to easily jump back and forth between viewing the blog and various management functions on the back end. If you’ve never used it before you’re going to wonder how you got by without it all this time.
Read the rest of this entry »