coding

12 posts tagged with “coding

Dark, abstract 16:9 digital illustration of a person working at a desk, facing glowing screens while a stream of floating interface panels, code fragments, sketches, and geometric forms expands outward into a moody retro-futurist landscape. Subtle magenta, violet, and deep blue light cut through the darkness, suggesting focused momentum, rapid building, and ideas turning into finished work.

I don’t miss not writing code

Five years ago, I was so burnt out, I didn’t think I had a future being a software engineer. Five years ago, I thought I couldn’t cut it. I didn’t have the chops. I couldn’t keep up. Coding was not fun. I began to wonder if it ever was fun. One of the arguments against […]

Read more →
We built a standing desk!

We built a standing desk!

I’ve been interested in having and/or building a standing desk for years. It probably started with this article in Wired. The main reason for not getting one, however, was having invested in a corner desk piece with an extension for the purpose of housing two workstations side-by-side, one for me and one for my wife. […]

Read more →

Making theme options modular

Today I submitted version 1.1 of Museum Core to the WordPress theme repository for review. Originally this was going to just be a simple update with some bugfixes, but I had thought of a way to make it easier to build child themes that include some options settings from the parent theme (Museum Core) without… (read more)

Read more →
New look for jazzsequence.com (again…)

New look for jazzsequence.com (again…)

So, the jazzsequence.com redesign is still on (or at least planned), but I figured, since I just got a theme hosted in the WordPress.org themes repository, I might as well make it, you know, my theme so that at least one person is using it live, right? So here it is: Museum Core. I’ve also […]

Read more →
SublimeText — I think I’m in love

SublimeText — I think I’m in love

I’m not one to gush about text editors. Pretty much they do their job and that’s about it. I respect the amount of work that goes into something like, say, OpenOffice.org Writer, but I wouldn’t say I’m in love with any particular aspect of it (except, perhaps, that it’s free — as in beer — […]

Read more →

WP_Query pagination problems? Here’s a hack

It happens every time I use WP_Query. I get a beautiful-looking custom WP_Query. Then I try to add pagination and everything goes to hell. I’ve spent hours looking up solutions. Every time. Nine times out of ten, they don’t work. And for no discernible reason. Here’s a hack that worked for me, and is mostly… (read more)

Read more →