Recent Posts

WordPress Plugin: Slim Title

By default, if a post is set to visibility:  Private, or Password Protected, the word “Private:” or “Protected:” is prepended to the title. With a simple google search I found a code snippet that worked in replacing those words with nothing, or if I so choose, anything I li…

Read the Full Article

WordPress and my ongoing love affair with it.

I am a HUGE WordPress fan. Considering I work with it every day, I understand a good deal more than most people about what it can do. I have built websites that don’t appear to be WordPress sites at all, I call this “WordPress Invisibility”. Doing this is fairly easy actually. Well,…

Read the Full Article

All outside links open in a new window, with jQuery

Today a client asked if all the links on his site could open in a new window. I solved that problem with jQuery, and here’s how: <script type="text/javascript" charset="utf-8"> jQuery(document).ready(function() { jQuery("a").filter(function() { return this.hostname &&a…

Read the Full Article

float: left; and float: right;

I make websites for a living. I also make websites for fun, either way it’s what I do. When I’m making a 2-column layout, I always float the first left, and the second right. Why? Because I can avoid using too much margin and breaking the site in IE6, due to the notorious float margins bug. I d…

Read the Full Article

Absolutely positioned div disappears in IE6.

What is up with this? I really hate IE6, but this is so incredibly stupid that you have to do this. The problem is that if you have an absolutely positioned item next to a floated item, the absolutely positioned item mysteriously disappears. I spent a half-hour working on this before finding a resource…

Read the Full Article

Ideas? People?

via nataliedee.com For the past year I’ve been doing contract photoshop work for my former employer. It has been a great experience, but it’s become overwhelming, so I’m taking some time off. For the first time since my daughter was born, I’m actually going to have free ti…

Read the Full Article

Textmate WordPress Bundle Released (version 0.5)

It should be said here that there is a newer version of this bundle. The following version of the bundle has a few snippets that have errors. If this helps you, then good. I put a WordPress Textmate bundle I use for work on my If you use Textmate, just download, then double click to install. It’s not…

Read the Full Article

Styling Blockquotes with Psuedo classes

Ok, so a few years ago I was fairly new to working with CSS and XHTML, and found it really frustrating that I couldn’t use two background images  to place quote images before and after a blockquote with CSS. Well, you still can’t do it with the “background” selector, but you c…

Read the Full Article

Why I love web development

I love web development. And this is why: It is the close to endless potential to create. It is the type of creativity I was born for, the type that has always moved me. The same with building things, and electronics (though I don’t know enough to modify all that I would like). It’s the same re…

Read the Full Article