Today marks exactly two years since I started this website. Once again, I didn’t post nearly as often as I had hoped. Life away from the keyboard keeps interrupting, but I wouldn’t have it any other way. Statistics Here’s a quick rundown of the blog this year: Blog posts: 8 Visits: 8,649 Visitors: 7,537 Pageviews: […]
Read MoreFor those of you who are really missing your Delicious bookmarks after upgrading to Firefox 4 (or who haven’t upgraded because there is no Delicious add-on yet), there is a solution! First, go to the Delicious add-on page, click the “Continue to Download” button. Then, instead of simply clicking the “Accept and Install” button, right […]
Read MoreUpdate: This issue will no longer exist once WordPress 3.3 is released: http://core.trac.wordpress.org/changeset/18541/ I just learned today that certain permalink structures in WordPress are better than others from a performance stand point. As it turns out, starting the permalink structure with %postname%, %category%, %tag%, or %author% can cause a performance hit on blogs with lots […]
Read MoreIt’s been a few years since I first launched sackclothstudios.com (my business site) and it was beginning to show it’s age. The newest post on the blog was over a year old and the site just needed a little love. I figured while I was at it, I might as well document the process.
Read MoreThe WordPress editor doesn’t always play nice with HTML (especially if you switch back and forth between the Visual and HTML editor). This problem has bugged me for a while, and I finally sat down and built a simple plugin to solve it. There are other solutions out there, but I find this method to […]
Read MoreI’ve made a number of improvements since version 0.2. Although I’m sure there are plenty more improvements that could be made, I figure it’s about time I released update. Below is the changelog. Download Sanitary 0.3
Read MoreNote: Here is another post originally written for my blog over at sackclothstudios.com. However, with the changes I’m making to that site, I figured the post would be of more use here on this site. Outline is a seldom used and often misunderstood CSS property. An outline is a line that is drawn around an […]
Read MoreUpdate: there is also a WordPress function for redirects: wp_redirect() Sometimes when using WordPress you want to include a non-Wordpress page in your main navigation while still maintaining the simplicity of the wp_list_pages() function. I know there are plugins that do this type of thing, but many of them are just overkill. I just needed […]
Read More