August 14, 07 by
Andrew Vayanis
After another week of configuring this site, I have found another gap in functionality that I would like to have for my Wordpress installation. Namely, the ability to integrate or centralize my site’s external services. For this reason, I have started my first Wordpress plugin, Command Center, as a way to give myself and of course, anyone else who shares this need, a way to integrate certain external resources into their own Wordpess control panel. This plugin is still far from being mature, but I think it is at least stable and usable as a way to store, access, and manage a list of links.
Read the rest of this entry →
August 09, 07 by
Andrew Vayanis
Wordpress has really come a long way since I first started using it back when it was version 1.0. It now has a nice clean admin interface (although I am currently using the tiger style admin), a clean and simple installation script, and my new favorites, dynamic sidebars and widgets. However, I noticed that the default links widget creates invalid XHTML markup. After a few minutes of looking through the XHTML and widgets.php file, I realized that the culprit was in fact a core wordpress bug. Currently, wordpress creates widgets with the following code:
'before_widget' => '<li id="%1$s" class="widget %2$s">',
Read the rest of this entry →