Freedom Software, Competition, and WordPress Plugins
You’ve done something noteworthy when people are willing to tell you publicly that they don’t like it. Such is the case with my Wordpress plugin, jQuery Table of Contents. Zoran at Hackadelic, author of a similar plugin, Hackadelic SEO Table of Contents, likes the clean code but could do without the Javascript.
Response to the Arguments
Javascript makes page load slow
Well, okay, it can, but I use jQuery.ready, which doesn’t. I don’t really care if the TOC is visible the second the page renders, so I’m willing to wait.
DOM manipulation is browser specific
Well, okay, it can, but the DOM is an open W3C standard, and modern browsers do a good enough job that I don’t expect there to be problems. Besides, jQuery sorts out most of the difference that matter.
Javascript doesn’t know about the database
Here I agree. But the objection only applies if you want TOC navigation across pages of a multi-page post. If you need that functionality, I highly recommend the Hackadelic plugin because it will do what you want. But I don’t make multi-page posts, and if I do, I only really need intra-page navigation.
The Freedom Software Model
In the Freedom Software model, most unpaid programmers are just out to scratch an itch – and to share in case someone else has the same kind of itch. There is significant overlap between the Hackadelic plugin and my own, but I’ve got a different itch to scratch, and I designed an elegant little tool to do it. Yes, I could probably scratch my itch well enough with the Hackadelic plugin, but I personally think lightweight and elegant and in-browser are features. The beauty of Freedom Software is that an entire ecosystem of tools can grow up, coexist, borrow ideas, and maybe eventually die off. This is the “bazaar” model.
Conclusion
I was certainly flattered to have the engagement over this, my first Wordpress plugin. Thanks for the constructive engagement and for bring to light that everything we build starts from a set of assumptions and requirements. That kind of critical conversation is what will continue to make Freedom Software great.
You might also enjoy:
- Li-An
- Ted Carnahan


