taupecat consulting

Skip to content
 

taupecat consulting

Front-end engineer & WordPress themer. I love HTML, CSS, JavaScript (meh) and Responsive Web Design.

More Adventures in “Photoshop for Developers”

I’ve been using Adobe Photoshop for, I don’t know, something like sixty years now, or at least some days it seems like that long. But I’m not a designer, and my Photoshop skillz are still rather primitive. Almost everything I’ve ever learned about how to use Photoshop has come from seeing the comps that real designers give me to develop, and Googling the things I find in them.

Well, one thing that’s always vexed me as I do my art production has been how to perfectly align images in a sprite file I’m putting together. (I know, I know, why not just use Compass? Because it has its pitfalls. I’m going to keep doing it old-school, at least for now.) But after years and years of hand-crafting and nudging, pixel by pixel, my own sprite files in Photoshop, I only recently licked the whole alignment thing. I share this with you now…

“More Adventures in “Photoshop for Developers”” continues…

Category: Website Development
Tags:

“Requiring” Plugins

I’ve started working on a redesign of this site (spoiler alert: it’ll be responsive! Eventually.), and one thing that’s kind of dogged theme developers (I think) is what to do about plugins that are pretty much required in order to make your theme go.

To this point, it hasn’t been an issue for me. Pretty much every theme I’ve developed has been unique for a particular client, and I have as yet attempt to release a theme to the WordPress theme repository. Ergo, if I required a plugin for the project, I installed it. Boom, done. However, in creating a theme for the general masses, I could totally see me needing to include something like a plugin that lets you add classes to widgets and that sort of thing.

So the question becomes, how best to go about this? I see three possible solutions:

““Requiring” Plugins” continues…

Category: Website Development
Tags: , ,

WordPress 3.6 Preview

Last night, I had the honor of taking the folks at the WordPress D.C. meetup group on a tour of the awesome new features of WordPress 3.6.  Many, many thanks to Jorbin and Nacin for inviting me to do this.  If you missed the meetup, the recording will appear on WordPress.tv soonish.  You can also check out my slides, but since much of the presentation was demoing the features, the slide deck might seem a little thin.

But the best way of experiencing the new hotness in WordPress 3.6 is downloading the beta yourself, install it on a nice sandbox somewhere, and get to playing!

Category: Website Development
Tags:

A Small Request for Web Designers

As a web developer, there are some things that consume a disproportional amount of my time (the whole 80/20 rule: 80% of the work takes 20% of the time, and the remaining 20% of the work takes 80% of the time). One of those things is creating and implementing sprites. Now, I could just use a super-cool tool like Compass to automagically generate and implement my sprites for me, but as I pointed out in a series of articles for the Treehouse Blog, there are some issues that make them kinda difficult to work with, especially when you’re dealing with HiDPI (let’s just call it Retina) displays.

“A Small Request for Web Designers” continues…

Category: Website Development
Tags: