Jesse J Heap & Son, Inc.
 

Wordpress Plugin Model

June 19th, 2009

wordpress_icon-20070711-003313The spirit of the wordpress plugin model for developers is obviously not centered around money. I had two main motivations for releasing my plugins to the public. First off, I wanted to use the plugins as a vehicle to help promote our small business. Secondly I enjoy creating things and watching other people benefit and use them.

Now creating is fun, but support is another story. The support process can be times time consuming and sometimes thankless. I initially kept up with the support requests, but now turn people away due to time constraints and other priorities.

So today I was thinking about ways the wordpress community could continue to encourage development and support of existing plugins.

I think the Top 1000 Wordpress Plugin Authors list by W-Shadow is a step in the right direction. Recognition is a powerful motivator and I think the Wordpress community would benefit if we continued to recognize the contributions of plugin authors in meaningful ways…

For example, how about rewarding the top 10 plugin authors with some prize? Even something like a wordpress t-shirt would probably go a long way to helping encourage more plugin development and support.

Just my thoughts…

Widgetized WP-PHPList

June 19th, 2009

Unfortunately I’ve been too busy with school, work and cakes to really put much work into my plugins.

However, I’m happy to announce that WP-PHPList now supports widgets! This was perhaps the most requested featured for the plugin.

And the best part is I didn’t have to do any work to add this feature! Credit goes to Rob Z at Web Geek Blog for widgetizing the plugin.

I will get around to updating my version with his changes. But in the meantime you can download the updated plugin directly here:

Download the Widgetized PHPList Integration Plugin

Thanks Rob!

SweetTweet – Send a cake via Twitter

May 19th, 2009

Twitter Cake
Today we released a new Twitter application on Pink Cake Box’s wedding blog.

The application is called SweetTweet and lets you send birthday cakes and cupcakes via Twitter.

With a lot help from a fantastic photo slider tutorial from Jesse Janzer, we created a slick photo viewer to allow users to easily select a cake to send via Twitter. Jesse put together a great tutorial and his wife is a fantastic wedding photographer in Utah.

We also need to thank Aravind Ajith from the Design Superhero for his free twitter bird icons. My design skills are poor at best and his twitter bird icon helped add some level of graphical sophistication to the application.

You can try SweetTweet for yourself here.

WP-PHPList – adding additional fields

April 22nd, 2009

Ron has put together a code example explaining how to add additional fields to the PHPList plugin. Thanks Ron!

Web 2.0 and Cake

January 25th, 2009

Pink Cake BoxThanks to a referral from Matt Mcgee, Anne had the opportunity to share some experiences about the power of social media and the web for helping grow your business.

Her article appeared in the magazine Small Business Asset magazine which is targeted at small businesses. Hopefully her story will help inspire other small businesses to help jumpstart their Internet strategy.

Wordpress 2.7 Upgrade

December 14th, 2008

Upgraded our Wedding Cake blog over the weekend to wordpress 2.7. This is by far one of the best upgrades I’ve gone through with the product. The new interface is fantastic – kudos to the interface development lead Jane Wells for taking the interface to the next level. After a few minutes in the new sleek interface I don’t know how I ever managed in the old klunky 2.6 interface.

The comment threading functionality is also a neat feature. It requires from theme modifications – but fortunately not to heavily involved.

Congratulations to the entire wordpress development team. Great job!

Great wordpress plugin resource

August 16th, 2008

I have a great appreciation for wordpress plugin developers. Having released a few simple plugins myself, I understand the time it takes to develop and test a quality plugin. On top of that, devoting time to support the plugin and keep it up-to-date as wordpress rapidly evolves is another effort in itself.

That’s why I appreciate the plugins Joost de Valk has been churning out.

Just recently I setup his Search Suggest plugin on our cake blog. This plugin offers a clever way to mimic some of the useful spelling suggest features offered by major search engines.

This is especially important on our cake blog. Using search meter, we’ve found that many people are searching for cakes using common misspellings. And while we’ve developed a plugin to correct common mispellings, this tactic doesn’t scale well as it requires us to hardcode common misspellings.

Joost’s plugin allows us to cover a wider array of mispellings. A good addition to this plugin would be a feature to allow wordpress admins the ability to add overrides for commonly misspelled words. This would be useful because the Yahoo API doesn’t work as well for word combinations. For example, the API will catch the misspelling for Haloween, but does not catch misspelling for “Haloween Cake“.

I suggest wordpress admins check out Joost’s complete lists of plugins.

Upgrade to Wordpress 2.6.1

August 16th, 2008

I’ve been delaying the upgrade of our wedding cake blog to 2.6 because I wasn’t thrilled with the post revision option. However, there is an easy way to turn it off without having to edit any configuration files.

With this plugin, I can also turn off the autosave feature which often leads to multiple drafts of posts which I end up having to spend time deleting.

Once I had the plugin installed, the upgrade to WP 2.6.1 was smooth. I tested the upgrade first on our test blog and found no issues and then deployed it on our main site without any hitches.

Kudos the the wordpress team for another smooth upgrade.

Wordpress 2.6 is out

July 15th, 2008

Wordpress Plugin Bloat

July 11th, 2008

Trent brought to light the unintended performance impact of just activating plugins without even using them in your theme. Highslide was one of the plugins he profiled.

As our wedding cake blog has grown in traffic we’ve been working to optimize our plugins to reduce overhead.

Using Charles Proxy Tool we took a look at the entire footprint of our site and started identifying optimization opportunity areas. One area were we made gains was modifying our plugins to only load javascript libraries when absolutely needed. For example if you are only using a plugin in your category section, is it really necessary to load that library for other sections of your blog?

This approach helped reduce our overall load time and hopefully should help keep our users happy…