robfelty.com


Multi-column balanced lists

Posted in (x)html, css, php, wordpress

Quarter note = 02182010 robfelty
Treble clef 4/4 Time
Recently I was working on a project where a client wanted a list of items to be displayed over multiple columns, and requested that the columns be balanced (as balanced as possible). It didn’t take me too long to figure out how to do this for 3 columns, but I knew that there was a more general solution, which did take me a little time to figure out. I am sharing my solution here for my future reference. Perhaps some […] (Read more)

BBpress forums and wordpress plugin development versions

Posted in php, wordpress

Quarter note = 07082009 robfelty
Treble clef 4/4 Time
I host a bbpress forum for each of my wordpress plugins, so that people can report bugs and ask for new features. Bbpress has many of the same features as wordpress, and it integrates very well with wordpress. It is also very fast, and as of version 1.0, now has the same admin interface as wordpress. When people report bugs on the forum, I frequently try to fix them in the development version of the plugin, and ask them to […] (Read more)

The right 3 bytes
OR
wordpress plugin bugs solved

Posted in php, wordpress

Quarter note = 01062009 robfelty
Treble clef 4/4 Time
A few weeks ago I noticed a very strange bug with all of my wordpress plugins in the newest version of wordpress (2.7). All of the plugins can be used as widgets. When I tried to add one of plugin widgets to the sidebar, it seemed to be okay, but when I clicked on “save changes”, it would disappear. I then later discovered that it was sort of added. If I checked “show unused widgets”, then I would see my […] (Read more)

Collapsing updates galore

Posted in css, javascript, php, wordpress

Quarter note = 12092008 robfelty
Treble clef 4/4 Time
I’ve been working a lot lately on some major rewrites to all 4 of the collapsing X wordpress plugins I have written. All 4 of them now have the following features: All use the same javascript file, which will only get loaded once, in case you use more than 1 of the plugins No longer use external css files. Instead, the css styling is set through an option, which should be easier to configure, and also reduces http requests, speeding […] (Read more)

Collapsing monopoly

Posted in (x)html, css, javascript, php, wiki/cms, wordpress

Quarter note = 08252008 robfelty
Treble clef 4/4 Time
I am happy to announce the release of my fourth collapsing X plugin for WordPress. This one is Collapsing Links, which was requested by several users of my other plugins. With the development of this plugin, I finally added the ability to have multiple instances of the widget. This took some careful study of some of the default wordpress plugins, and forced me to completely re-design how the plugin options are handled. In addition to the ability to have multiple […] (Read more)