Categories
software

Zoundry Blog Editor

While contemplating on my ideas of blogging editor I stumbled upon various reviews of existing blogging clients. One of them caught my eye, so I ventured ahead and downloaded Zoundry – free blogging client. I am attempting to write this post in Zoundry, version 1.0.40.

Generally, I am not looking for features I came up with a week ago. What I want is pretty interface that would inspire blogging (instead of fighting with it) and ease of use of features that are already there. So, features offered, usability of existing features, interface and overall performance would be my criteria for blogging software reviews.

Categories
software

Blogging Editor – Crazy Wish List continues

In continuation of Blogging Editor saga – here’s some crazy ideas that I think worth mentioned. Not sure what would be the best course of action – write the whole thing up and pass it to someone who can create a piece of software or jump on this project myself. The problem with creating the software myself is that I do programming for Windows only. And a lot of bloggers use Mac. And I don’t even have Mac, and never had.

  • Have different flavors of the software – Windows, Linux, Mac
  • Have two types of software – free and paid
  • Probably outsource free version, while paid would have more elaborate features, targeted to Pro bloggers
  • Have the software to back up posts and tags into some sort of database that can be accessed without the software itself (like OpenOffice database or similar)
  • Ability to work with all major blogging platforms, including WordPress, WordPress.com, LiveJournal, Xanga, Vox, Blogger and so on.
Categories
blog

Hacking WordPress theme – external URL for post title

Sometimes something weird happens – I demand something that isn’t available. With software it’s easy (that’s how I got into computers), you dig in the code and you tweak and hack around until it does what you want.

When I just started this blog on Blogger quite a while ago, there was this feature that allowed to set up a link for your title – in case if you don’t want the title of the post to link to external resource. Why would you do it – whole another story, but it was just possible. With WordPress, even matured to version 2.3, it is still not.

I have decided to dig in and figure out how to do it with as least effort as possible. I have no idea how to build a WordPress plugin yet and I didn’t really have time to figure that out. So I decided to go hacking. Through various resources on the web I figured what needed to be hacked and how. Initial idea was to leave core files untouched and hack the theme only, so any time you upgrade your WordPress installation the feature remained untouched.

The only two places you will need to touch are functions.php and main index file of your template. This is such an easy process that almost any can do it in under 15 minutes.