I’m Open Sourcing My Core Theme

Announcements

The last few posts I've made on here were diving into the introductions of a Responsive Design (and I plan on finishing that series - work and life got the best of me), but since I started writing those I've taken the liberty upon myself to rewrite the boilerplate that I use on nearly every site I design and develop.  I've added functions here…

Continue Reading

One Web to Rule Them All: Media Queries

Design

This series is meant to be an in-depth look at Responsive Design.  It covers the history, the how-to, and best practices on responsive design, taken from the view of someone who hates fluid layouts and has found a (seemingly) better solution.  This session will be expounded upon in detail at BlogWorldExpo later this year. Yesterday we mentioned the who and what behind responsive design - how…

Continue Reading

One Web to Rule Them All: An Introduction to Responsive Design

Design

This series is meant to be an in-depth look at Responsive Design.  It covers the history, the how-to, and best practices on responsive design, taken from the view of someone who hates fluid layouts and has found a (seemingly) better solution.  This session will be expounded upon in detail at BlogWorldExpo later this year. According to the latest research, there are now 1.2 billion mobile…

Continue Reading

Question: Adding GIT To My Workflow As A Designer

Development

This is a bit different than my usual post, since I'm looking more for feedback than I am trying to teach something. My typical workflow for doing a WordPress theme is as follows: Design PSD Mockups Develop HTML/CSS from PSD Weave WordPress boilerplate theme into HTML/CSS Take it server-side Finish up with functions and loops not already inserted I know that somewhere in there…

Continue Reading

Checking for A Specific Post Type in WordPress

Tutorial

Conditional Tags are one of my all-time favorite tools to use when developing a WordPress theme.  It's an intelligent use of programming logic that allows even non-coders to grasp the basics and, in turn, create complex and functional WordPress themes.  With the advent of custom post types, a method was needed to check for the presence of a certain post type, and display the…

Continue Reading

Easy Javascript ToolTips in WordPress

WordPress

A client needed a simple way to preserve real estate on the sidebar, but still have the ability to display their policies at a quick glance.  I found a plugin on the repository that uses the TipTip jquery script and condenses it down into a simple-to-use shortcode (complete with button on the editing screen). The plugin is called "WordPress Tooltip", and can be downloaded…

Continue Reading