WordPress Custom Fields Contest

Update: This contest has been extended to March 30, 2007.

There is an often-overlooked aspect of WordPress that adds functionality that is more geared to a Content Management System than a blogging platform. And that’s why, perhaps, the world’s #1 blogging software finds that many users don’t really use Custom Fields.

I think that’s a travesty.

Conversations in the blog software world always toy with concepts that look forward to what should be introduced in a blogging software. A lot of these conversations circulate around breaking blogs out of the status quo which are “typical blogging templates”. Different approaches were taken at different times in the history of the blogging platform. For instance, the conversation around categories and how conversations could really be more granular than simple categories led to the advent of tags which are seen around the blogosphere. Trackbacks were used to alert another party of your conversation surrounding them but as spammers started exploiting trackbacks, pingbacks were invented which were more passive and allowed discovery of conversation surrounding the blogger.

Evolutions come and go, yet, blogging by and large remains a linear concept that is driven mainly by content creation and reader interaction. To that end, themes are built to this standard.

But what if the standard is just too limiting? What if the standard can be enhanced and changed? What if simple personal blogs could be turned into effective content properties?

Custom Fields may be the answer to the question, how do you make the mundane reach these goals?

I’m running a contest here at Technosailor and there are prizes involved. There is also judging. But there is time.

The Contest

Continue reading

WordPress Trunk

It probably interests no one but me, but I’m becoming more of an SVN ninja. It took me days to figure out how to setup a web accessible SVN server with appropriate web, svn and filesystem permissions (i.e. this repository is world readable, but can only be written to by me). I’ve been using SVN on the client side for a couple of years now, though not as a ninja, because of WordPress. In essence, I was downloading nightly builds of WordPress when it was 1.6-alpha (what would become the 2.0.x branch). Now, I am building everything on top of SVN, from plugins to personal projects, to contractor projects and on. Repositories are a commodity and with change control and versioning, it makes it dirt easy to revert when something is broke.

So I took the next logical step personally, and wrote a cron job to automatically svn me to trunk every day. That means I’ll always be running the latest.

Scary.

Q: What if WordPress introduces a bug that breaks the blog?

A: I can easily revert back to an early revision thanks to SVN.

Q: Why run unstable software?

A: Because this is a biggish blog (Top 2600 in Technorati today, whoo!) and no better way to find bugs and squash them before WordPress 2.2 is launched (in Aprilish) than to run trunk constantly in a big environment. WordPress.com runs trunk as well, so if it’s good enough for them, it’s good enough for me.

Q: Aren’t you worried about hackers?

A: I’ll answer this gently… Not really. I don’t invite them to hack me, but if they do then it’s good exposure on a flaw and we have kick-ass backup support at LogicWorks. So no, not really. The good outweighs the bad here.

Timecapsule Plugin 1.0.3

A few of you have been asking me about when Timecapsule (initially released on Problogger) would be WordPress 2.1 compliant. The time is now and not yet.

For those who wish to download and test (please do!), you can do so via SVN:

1
svn co http://svn.b5media.com/svn/timecapsule/trunk

Or download the nightly.

I am looking to take this plugin to the next level and build features so speak up if you want features. Hart, this means you. And anyone else. :-)

Startup Truths: There is no Time or Money

I was reading Matt Mullenweg’s post about an interview that Robert Scoble recently had with Jonathon Schwarz of Sun in which it seemed Sun continued to be disconnected with reality. With respect, Schwarz responded and apologized for the perception that Sun presented. (As a sidenote, the comments on Schwarz’entry are quite good).

Matt makes a statement that struck me as so profound that it leapt off the page at me:

At one point in the Scoble interview Jonathan Schwartz says something to the effect of their startup program targets folks with more time than money, where their enterprise customers usually value time over money. I think this might represent a fundamental misunderstanding. While I think this argument could be made for the motivation of some segment of Open Source communities, the situation in startups is even worse “” time and money are both scarce.

Anyone who has worked in a startup recognizes that Schwarz’comment on startup is completely false. When I was working at Northrop Grumman and volunteering for b5media, I had no time and, let’s be honest – that’s really how most startups begin. Unless the folks at the helm of the startup already had capital and traction in the startup world, they need someway to pay the bills. Most folks in this situation work a “day job” ansd then slave away at the startup at night or on weekends trying to make it work.

Even once a startup is funded, this doesn’t really change. The pot of gold gets bigger and the strategies get more aggressive. Sure, you’re not working a day job and trying to make the startup work at night, but you face other challenges. Please don’t take this as complaining because I love what I do, but I still find it strangely ironic that folks sometime think us startup guys don’t really do anything but sit at home and surf the net.

My wife will tell you that I spend a large amount of time working late, spending time in front of the computer instead of going to bed with her. It’s not a cakewalk like some people might think it is.

I laugh at my dad who has no clue what I do. I tell him but he still doesn’t “get it”. He says, “People always ask me what you do and where you’re at and I just tell them, ‘I have no idea what he does but he does it well’.”

I’ve never been happier in my life. But anyone who thinks that startup guys have lots of time on their hands is fooling themselves. In some ways, there is more pressure to perform than in the big corporate environment. And I wouldn’t have it any other way.

WordPress 2.1 Gotchas

I figured I’d follow up my 10 Things You Should Know About WordPress 2.1 with another useful post. The reality is that there were bound to be discoveries by the masses after the launch and over the past few days, this assumption has been borne out. The really tech savvy among us and those who participate (or at least religiously observe) in WordPress development, particularly via the email lists, have a tendency to “forget” what it’s like to not know the ins and outs of WordPress.

So having watched the uptake of WP 2.1 the past few days and learned a thing or two that I did not know along the way, I thought it would be useful to post some of the things that have cropped up in the mass migrations from WordPress 2.0.x to WordPress 2.1.

After my upgrade, my blogroll is all screwy.

I mentioned in my 10 Things article that there were semantic reasons for the combination (at least on the back end) of categories and what was formerly knows as “Links”. You’ll notice that Links is now called Bookmarks and is actually a category to itself among the Category listing. Continue reading