Posted in Blogging on March 2nd, 2007 5 Comments »
I've received a few comments on my random header images script. One person wrote today asking me to share my "howto," as his method doesn't work with WP-Cache. This should be fairly easy, so, here goes.
The trick to getting random content in WP-Cache is simple: the use of an "mclude" comment. Since my sites are [...]
Posted in Blogging on February 26th, 2007 1 Comment »
Something I have to look into sooner or later: the order in which Subscribe to Comments and Live Comment Preview output their data/controls is bad. StC puts its "subscribe" checkbox after LCP's preview text. Thus, the longer someone's comment is (and the more likely they want to subscribe to see if anyone's followed up), the [...]
Posted in Blogging on February 22nd, 2007 18 Comments »
A few minutes ago, I received an email from "Dave S" of "ReputationDefender, Inc." In short, the email requested that I remove a comment by Julian on a very old entry. I was asked to make this change because "he considers his comments to be outdated" and that complying would "go a long way to [...]
Posted in Blogging on February 22nd, 2007 2 Comments »
With the recent news that MarsEdit has been acquired by Daniel Jalkut of Red Sweater, now is definitely the time for ecto to step up to the plate and begin to deliver solid updates (progressing into the beta) of version 3.0.
I've used ecto for a long, long time. I like the way it works. But [...]
Posted in Blogging on February 21st, 2007 6 Comments »
In WordPress 2.1, I encountered a few problems uploading images. One of the problems was solved with a plugin that disables the creation of a thumbnail. Two others are solved with a nightly cron job. The last problem - renaming of images and ignoring of specified paths - was solved by commenting out $name = [...]
Posted in Blogging on February 20th, 2007 No Comments »
I recently tried to subscribe to the RSS feeds at thelongtail.com only to find out that despite listing the feeds in the source (right where you'd expect them) and providing multiple formats, they all simply redirect to an Atom feed.
Don't advertise a feed as RSS 2.0 or RSS 1.0, then secretly scuttle users to an [...]
Posted in Blogging on February 16th, 2007 3 Comments »
If you're looking to get a gravatar, you can now do so. Gravatar.com has re-launched and is now a "version 2.0" product. Some of you may have noticed your gravatars appearing next to comments here on my site, and it's true: they do.
So, go ahead and get yerself a gravatar. It's (still) free. I hope [...]
Posted in Blogging on February 11th, 2007 8 Comments »
I despise comments posted "backwards" - with the newest comments at the top. The O'Reilly blogs do this and it absolutely drives me nuts. Not only do people read top to bottom, meaning they have to then scan over text they've already read and past text they've not yet read to get to the next [...]
Posted in Blogging on January 31st, 2007 3 Comments »
As I wrote yesterday, WordPress 2.1 severely breaks image uploading in several ways:
It automatically creates thumbnails I don't want (or need).
It ignores path components and instead appends the path to the filename.
It creates unnecessary (or unwanted) data in the wp_postmeta table.
It creates unnecessary (or unwanted) data in the wp_posts table.
I can deal with the last [...]
Posted in Blogging on January 30th, 2007 4 Comments »
WordPress 2.1 has "broken" something I've come to rely on in ecto: the ability to easily upload images. Two problems exist:
Thumbnails are automatically created (I don't want them to be)
The "/" in the path I specify is ignored.
In the case of the second, if I specify photos/ and attempt to upload picture.jpg to my imgs [...]
Posted in Blogging on January 23rd, 2007 14 Comments »
As I said in an earlier post, WordPress 2.1 breaks ecto, a blog publishing app I and thousands of others use. I wrote to the developer Adriaan, and he's informed me that the fault lies with WordPress 2.1. Here's how.
When requesting new information in ecto (via "Refresh"), ecto attempts to retrieve the last 15-20 or [...]
Posted in Blogging on January 23rd, 2007 1 Comment »
I've updated my two WordPress plugins to support WordPress 2.1. In fairly limited testing (i.e. here on my blog) they seem to work okay. So… grab them from the plugins page.
From an end user perspective (i.e. as a blog admin, not a reader), WordPress 2.1 is incredibly underwhelming. It forces an en-masse "check" of all [...]
Posted in Blogging on January 22nd, 2007 9 Comments »
/me twiddles thumbs waiting for WordPress 2.1 to be released.
Posted in Blogging on January 16th, 2007 12 Comments »
At The Sand Trap, we published a private "full entry" feed so that GolfWRX (one of our partners) could post the content to their forums. Our general subscribers just get the excerpts, of course, so they visit the site and see the ads (and to keep bandwidth down).
In MovableType, of course, I just created a [...]
Posted in Blogging on January 10th, 2007 5 Comments »
Two things, both related to The Sand Trap…
One: If you're getting this feed and you expect to be getting a feed for The Sand Trap, please update your feeds to point to http://thesandtrap.com/feed/. I mistakenly copied a .htaccess file that redirected users - some permanently - here to my personal blog.
Two: I've resolved (or worked [...]