I was asked recently whether the Popupper plugin for Wordpress works when mousing over an image. I tried it to see, if I had managed to write the code good enough for it to “just work” out of the box. Sadly no, the highlighted image disappeared when I tried it out. That’s a bug for [...]
Using Popupper 1.5 over images
February 21st, 2009 · No Comments
Tags: ones and zeroes
i18n-izing Wordpress Plugins
December 21st, 2008 · No Comments
I’m trying to go through the steps needed to internationalize (i18n) my wordpress plugins. So far I’ve hit alot of stumbling blocks:
the __() PHP function keeps giving me the error ”[error] PHP Fatal error: Call to undefined function __()” even though I have called load_plugin_textdomain(). From looking at other plugins, I don’t see any require_onces/includes that I [...]
Tags: ones and zeroes
A wordpress tag cloud plugin
November 19th, 2008 · 2 Comments
I’ve just finished building a new plugin for Wordpress named Blibahblubah. This is a plugin that allows you to customize effects that occur when you mouse over the tag cloud. I wrote an user guide for the plugin here.
Tags: ones and zeroes
IE7: no comment
November 6th, 2008 · 8 Comments
Ugh, the popupper plugin that I wrote already got bug reports from IE7 users. I work on my laptop and tested it on Safari, Camino, and Firefox. Unfortunately, I never checked out IE7. It turns out that some HTML/Javascript comments that work on Safari/Camino/Firefox don’t work on IE7.
My plugin was creating HTML that looked like:
<script type=’text/javascript’>//<!–
…
//–!></script>
… this does not work [...]
Tags: ones and zeroes
A new Wordpress popup plugin
October 30th, 2008 · 14 Comments
I’ve just finished writing a new plugin for Wordpress. It allows you create popups, like the ones highlighted in blue in the last sentence. Hopefully, some bloggers out there pick it up and try it out. You can download it from the official wordpress.org page here.
Tags: ones and zeroes
Wordpress plugin progress
July 30th, 2008 · No Comments
The wordpress plugin to insert popups into posts continues. It is slow going, to say the least. I’m brushing up on my PHP, SQL, Javascript, HTML/DHTML, and CSS. Any little bell or whistle I want to add currently takes about a day to figure out just because I’m rusty on all this stuff.
Currently, it correctly [...]
Tags: ones and zeroes
