David Beck's Blog

Posts taged with "WordPress"

One of the best tools for building websites currently available. It’s what I use now to create websites and it works pretty good for me.


Correct Paging

Tuesday, November 17th, 2009

Paging is separating out content to multiple pages, and it is a really common task for websites. The problem is that like oh so many things on the web, it is rarely done well. Come with me on this journey (rant?) on the correct way to implement paging.

Each page should have a “Next” and “Previous” button. If you are referring to chronological content, such as blog posts, use “Newer” and “Older” to be more specific. They should be the most prominent part of the paging area, since anyone interacting with that area of the page will most likely be going back and forth through the results.

There should also be a list of the pages in between the next/previous button.

Here is an example from Bubble Burster website:

An example of using Newer and Previous buttons

An example of using Newer and Previous buttons

Read More »

Filed under: User Experience, Web Development

Bubble Burster website now live

Monday, September 14th, 2009

I finished up the Bubble Burster website today. You can find it at bubble.davidbeckblog.com. I built it with WordPress (same as this site) but I made the theme myself and wrote and edited several plugins to get it just right.
Read More »

Filed under: Web Development