Adding thumbnails to your wordpress theme

A simple way to add post thumbnails to your wordpress theme. I’ve been doing a lot of WordPress Development for our clients, and thought I’d share a quick and easy way to add post thumbnails or a featured image to your theme – and create a recent...

Rock, Paper, Scissors: A PHP Tutorial

So, what do web developers do for fun?  Work on programming even outside of work!  I was bored, and decided to throw together a very simple game of rock, paper, scissors – aka roshambo – using only PHP and HTML.  I actually searched for a tutorial after I...

WordPress Resources for Custom Theme Development

Here at Pacer Design, WordPress is a tool we use to build customized, dynamic sites for our customers. Some of the major benefits to building a site in WordPress is that it is a robust content management system, yet provides a simple back end for users to manipulate...

Designing Across Multiple Browsers and Why It Is Important

When developing websites, not all browsers are equal.  What does this mean exactly?  The main web browsers – Internet Explorer (IE), Firefox, Chrome, Opera, and Safari – all display the code that builds a website slightly different.  If I design a website...