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:
- Speed – Along with the rapid growth of traffic on this blog I noticed a decline in page responsiveness. That is not something I want to subject hundreds of thousands of people to monthly. But most of the themes I came across suffer from “PHP bloat”, or the author’s feeling that more is always better.
- Accessibility – being one of the founders of HTMLHelp.com, it’s important to practice what I preach. So themes need to be accessible by any Web browser, on any operating system at any screen resolution – including screen readers for the visually impaired. This is currently very, very hard to find.
- Search Friendly – Although almost every theme claims to be “Search engine friendly”, I found that many could use quite a bit of improvement.
- Extensible – Webmasters have different tastes, so themes need to be flexible. Unfortunately the majority are poorly documented, use illogical naming schemes for CLASSes and IDs, and generally make it hard to modify them.
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.
Rapid Access Menu
Rapid Access is a three-column, fluid width theme. This means that it resizes automatically to fit various resolution monitors. If you change the size of your browser window you can see how the theme fluidly adjusts. It will look best in resolutions over about 700 pixels wide (>99% of my visitors), but is usable even on smaller screens.
Rapid Access has been tested and works with Wordpress 1.5.x – 2.3.x branches. If anyone has other versions and would like to test it I’d be happy to add your results.
Fast
- Rapid Access was designed so that the left (content) column loads first. This means that scripts and plugins within the sidebars won’t slow down content rendering even if they are coming from another site which is typically slow (i.e. – MyBlogLog). Other templates which load the sidebar(s) first delay the entire page rendering until sidebar content is downloaded.
- All PHP files have been streamlined and unnecessary calls to the database have been eliminated. The faster a PHP page can be executed, the faster the Web page loads.
- Rapid Access avoids the often found (and dreaded) “themetoolkit.php” page which is known to tremendously increase the load on the server. Webmasters should be wary of themes which allow a high degree of customization within the control panel because these themes will not survive heavy traffic such as a DIGGing, or Slashdotting. (Trust me… I’ve proven this three times now.)
- The RA Stylesheet is under 10KB. Considering that the stylesheet is loaded for virtually every page load, this dramatically speeds up rendering compared to most theme’s 15-30kb.
Accessible
- Unlike fixed-width themes, the fluid width of Rapid Access accommodates more browser resolutions and makes better use of screen real estate at the same time. It is always better for readers, and Jakob Nielsen agrees with me in his Ten Most Violated Homepage Design Guidelines where number 2 states “Use a liquid layout that lets users adjust the homepage size”.
- The theme contains valid XHTML and CSS. This enables a wider range of Web browsers to access the site without issues.
- This theme includes a basic Aural Stylesheet. These enable people with Visual impairments easier access to the site.
- Sites running Rapid Access are (at least initially) Section 508 compliant and pass the Cynthia accessibility test. The ADA requires organizations to avoid discrimination on the basis of disability when providing services. (More info: ICDRI.org)
- This site (obviously running Rapid Access) achieved a “95″ in the SiteScore accessibility test the first and only time I checked it.
- Please note, although the framework for a Blog based on Rapid Access is accessible you must take care to ensure your individual blog entries and all of the plugins you use are also accessible. Here is the HTMLHelp.com guide on Accessibility to help out.
Search Friendly
If you’re interested in improving Search Engine rankings I wrote an article a while back on the topic which you may find helpful. I advise you to pay particular attention to the section on Content.
- Rapid Access’ left column, containing the main content of the blog, loads first putting the content for search engines to parse at the very beginning. This helps them to better index the site, which in turn results in more search engine traffic.
- You may notice that the Page title comes before the Blog name in the title bar. This seems to assist some search engines with relevance ranking, and makes reader bookmarking more meaningful.
- Accessibility is also an important factor with search engines, and of course we’ve already covered that.
Extensible
- The theme supports Wordpress Widgets. My favorite site to find them is the Web Log Tools Collection. Please keep in mind that some Widets are not professionally created and may cause your site to stop validating.
- Each page of PHP and CSS within Rapid Access contains notes regarding various functions.
- Whenever possible I used logical naming for styles and functions to make it easier to find and make changes.
- Logical “human readable” classes were used for style sheet definitions.
- Stylesheet definitions are ordered logically as they appear from top of the page to bottom.
Attention to Detail
- I believe this is the only theme for Wordpress which does not include an active link to the homepage, on the homepage; another of Jakob Nielsen’s Ten Most Violated Homepage Design Guidelines.
- Unlike most Wordpress themes which make a mess of printing, Rapid Access includes a Print Stylesheet that renders printouts that closely resemble the screen version.
- The stylesheet includes definitions for manual insertion of text or image asides, as well as left or right floating pullquotes.
- Style has been included for right or left Pullquotes. See a real example here.
- Style has been included for right or left floating ad units. You can use either text or image ads and they will have a border around them. See a real example here.
- I spent a great deal of time trimming down the code. This includes removing unnecessary spaces, punctuation, tabs, line breaks, etc. All of this work amounts to only a few KBs saved per page, but when you add them all up it amounts to a signifigant savings in bandwidth and time. Especially for high traffic blogs, or users on slow connections.
In the case of built in plugin support, I always use the “function_exists()” check to first checks if the plugin is installed. If the end user does not wish to use the plugin it should not break page rendering.
Got a plugin you’d like to see supported that won’t mess up the theme? Use the contact form to send a suggestion.
Version History
- July 7, 2007 v.13 – Changes to Style Sheets which fix IE6 rendering issue with blockquotes and add new styles for footer column support. Changes to Footer.php to allow 3 footer columns to be inserted. I recommend all users at least update stylesheet.css and print.css
- May 7, 2007 v.12 – Changes to index.php and single.php to fix a date stamp bug. (Thanks to Roy Kaldung!)
- May 1, 2007 v.11 – Minimal changes to header.php to better handle IE7 RSS requests.
- Initial Release v.1
- Download, unzip and upload the Rapid Access Theme to your “/wp-content/themes/” directory.
- Download and install any of your desired plugins.
- In the Wordpress Admin area, activate the Rapid Access theme under the Presentation menu.
- Configure your desired Widgets in the Presentation | Sidebar Widgets menu.
- Enjoy your fast, accessible new theme!
Optional:
- Upload your own “Favicon.jpg” to the Rapid Access theme folder to customize your site’s bookmark icon. (Here are a few ideas.)
- In the “header.php” file update the content in the following lines with info related to your site:
<meta name=”Author” content=”" />
<meta name=”Description” content=”" />
<meta name=”Keywords” content=”" />
Sites Using the Rapid Access Theme
If you have a site running Rapid Access and would like to submit it for inclusion please drop a comment below or use the contact form.
Additional Stylesheets for Rapid Access
If you develop an alternative style for Rapid Access please let me know and, if it’s good enough, I’ll list it here.
Please note, no PHP modifications are allowed, but additional graphics may be included along with style.css, print.css and aural.css sheets. Zip them and provide a link for inclusion.
I’d love to see hundreds of different CSS based designs for this theme. Also, if you have suggestions for changes to the underlying PHP (including necessary classes or ids) please work with me on those so that I can update the theme for everyone’s benefit.
- Your stylesheet listed here!
The Rapid Access theme is distributed under my new Nice Person License as Postcardware. Please use it, modify it, build commercial Web sites around it, and make the Web a faster, more accessible place. Here is what you could do for me in return:
- If you could either leave the attribution link in the footer in place or link back to any article on One Man’s Blog I sure would appreciate it!
- If you discover ways to improve the speed, accessibility or features of this theme, please let me know.
- Do you have some experience with HTML, CSS, PHP, etc.? Please join our community at HTMLHelp.com and share your knowledge with those in need.
- If not, do something nice for someone you don’t know today.
- Finally, if you really like it, drop me an old fashioned post card in the mail! That would be completely awesome! You can send them to:
John Pozadzides
PO Box 2591
Frisco, TX 75034
USA
If I get enough of them I’ll put together a post with the really interesting ones.
As always, comments and suggestions are encouraged. My future development and support of this theme will be directly proportional to the amount of enthusiasm it appears to garner from the community.
Enjoy!
Related posts
- Tutorial: Add 3 Centered Columns to Wordpress FooterThis post describes how to add variable width, centered columns of stuff to the Worpress footer. Not sure what I...
- Wordpress Plugin: WP Admin Bar ReloadedWP Admin Bar is an indispensable Wordpress plugin which displays links to the Administration Panel at the top of a...
- Access For-Pay Web Sites, For-Free!Have you ever come across a link in a blog post or from a Google search to a Web site...
- Customize the Wordpress Login Screen in 10 StepsTo my normal readers… sorry, but this post is not for you. I’ve been asked technical questions by several people...
- Complete List of OMB WordPress PluginsI recently completed the upgrade to WordPress 2.3 and thought it was about time I gave some credit where credit...
- Fixing Image Alignment in WordPress 2.5 +If you are using WordPress with the built in image uploader, and the image align characteristics are not working for...
- Tutorial: Howto Increase the Number of Comments Visible in WordPress EditorFolks, I get a lot of comments here on One Man’s Blog (nearly 7,000 at this point). Often there are...
Pages: « 1 2 3 [4] Show All
Yes. It works great in 2.5.1 either.
It doesn’t work for me. :( Maybe i have made a mistake..
[...] Seriously, I am a little embarrassed that despite my technological (Web 2.0) interests over the years, in conjunction with my progressive political efforts, that I have not been more conscious about disability access until now. In order to remedy this, then, I will be working towards redesigning my website, both the blog and the vlog. I am therefore collecting URLs to code and design resources for making websites more accessible. Currently my focus is on WordPress themes, and here’s what I’ve found so far: Nice2All Rapid Access [...]
Hi,
don’t run with the 2.6.2 version.
Bye.
Not sure what you’re talking about. I, and many others, are using Rapid Access with 2.6.2 with no problems.
If there is a specific issue let me know and I can help you fix it.
John P.
Hi, John. tried to figure this out for several hours. I’m a newbie here that has installed rapid access theme. Love it. But I don’t have comments enabled. Did I not flip a switch or can you suggest a plug-in? I tried to find one myself, but instead found 47,000 plugins for modifying the comments that I can’t seem to turn on!
Thanks.
Chris
Chris,
Comments are a basic built-in feature of WordPress. Check the Settings | Discussion tab in your control panel and make sure that your default is set to allow comments on posts. You can also manually enable or disable comments when you are writing any post by selecting the options from the Comments & Pings section at the bottom of any post in your control panel.
Cheers,
John
Thanks for the speedy answer, John. I’m embarrassed b/c I just realized that I *do* have comments enabled! I didn’t notice that rapid access doesn’t show info on comments unless you click on the title of a post to go to that specific page.
Can I ask why you set it up that way? Don’t we want to encourage people to post? I just assumed that b/c I didn’t see anything about comments that no one could leave comments.
But I also notice that on some of your posts (but only some) it shows the number of comments, along with the social bookmarking links. Is that a plug-in?
I’ve subscribed to the site. Thanks again.
Hi John, I’m using a Localhost install of WP, and can’t activate Rapid-Access. Keep getting this error:
Parse error: syntax error, unexpected $end in K:\wamp\www\blog\wp-content\themes\rapid-access\header.php on line 31
Line 31 is:
I’ve tried to figure this out but can’t. Can you help?
Thanks!
To add to above comment/question, I’m using WP 2.6.2, no plugins active, fresh install of Rapid-Access in /themes/rapid-access.
I saw someone asked about this error msg back in April.
I just installed rapid-access on WP 2.6.2, but I am getting a broken themes issue, which says the stylesheet is missing. Any ideas why this would be, and what needs to be done to correct this?
Thanks
Larry,
I’m not sure what you’re experiencing. I’ve been running this theme on all of the 2.6 versions without a problem. One thing you could try however, would be to go into the header.php file and change the line that is looking for the stylesheet to be an absolute link to the file on your server instead of a PHP link.
Perhaps you could also give me a link to the site that you’re trying it on?
John
John,
I couldn’t understand how to do what you suggested in your comment. But I tried to upload it one more time, and it loaded fine this time. So I’m not sure why after 6 or 7 times, it finally worked, but glad that I’m finally in!
thanks
Larry
John, I see the tags do not show on the blogs with your rapid access theme. I am including them with my blogs, as I write them as well and they’re not showing up either. So my question is, are the tags still helping out my SEO, when they’re not visably showing?
Thanks,
Larry
The theme is okay, but looks somewhat messy. And it has to be updated to wordpress v2.7
I like this theme. I will surely use it in some of my niche blogs.
“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”
Well you could have just installed a caching plug-in to your blog to avoid this from happening again. Even if you’ve already changed your theme, the PHP calls from the theme codes will still put a strain on your server. With a cache plug-in, users will be served a static HTML
Hi John,
Just to let you know that I’ve started using your theme at The Dog’s Blog.
I’m using WordPress 2.7.1. The installation went without a hitch. I’m really impressed with how lightweight and accessible Rapid Access is.
Many thanks for the work you put into it!
Gary
I’m using WordPress 2.7.1. The installation went without a hitch. I’m really impressed with how lightweight and accessible Rapid Access is.
I like this theme. I will surely use it in some of my niche blogs.
thanks.
[...] you are using my Rapid Access theme, you don’t need to do anything other than install and activate the plugin. The theme already [...]