Turmsegler auf dem iPhone

Donnerstag, den 6. August 2009

Turmsegler auf dem iPhone (Homepage)
iPhone/iPod-Benutzer sehen den Turmsegler ab jetzt so…

••• Die Herzdame hat moniert, dass sie den Turmsegler nicht auf dem iPhone lesen kann. Da musste ich natürlich etwas unternehmen. Jetzt bekommen die iPhone-Fans die ganze Show – dank WPTouch von Dale Mugford und Duane Storey. WPTouch ist ein Plugin für WordPress, das dafür sorgt, dass Besucher mit mobilen Geräten wie iPhone, iPod, Blackberry und Android eine Darstellung des Blogs angezeigt bekommen, die explizit für diese Geräte optimiert und gut per Touchscreen bedienbar ist.

Noch zwei Bilder als Ergänzung auf Wunsch des noch nicht iPhonifizierten Publikums…


Den ganzen Beitrag lesen »

Separate DB connection for WordPress plugins

Dienstag, den 29. Januar 2008

••• The database code in WordPress is not prepared for plugins that require a separate connection to a second database. For plugin developers this is a very source of headaches. And in fact it is a general problem for any PHP coded site that needs to access data from more than one database to render a single page.

I’m actually one of those developers. My WordPress plugin MintPopularPostsWP needs access to the Mint database. Mints database tables can safely reside within the WordPress database. Nevertheless, there are good reasons to keep them in a separate MySQL database. Opening a connection to this separate database would usually close the WordPress database connection. As a result all subsequent WordPress database methods would fail.

In order not to interfere with the WordPress database code plugin developers have to take some precautionary steps. Since it took a decent amount of trial, error and testing for me to find the proper solution I want to share the solution I finally came up with.


Den ganzen Beitrag lesen »

Betriebsstörung

Samstag, den 20. Oktober 2007

••• Der Turmsegler war heute über mehrere Stunden nicht zu erreichen. Alle WordPress-Plugins waren deaktiviert, so dass die Site nicht angezeigt werden konnte. Ich hoffe, dass es sich nicht um eine Sicherheitslücke in WordPress handelt, denn das Phänomen ist schon sehr merkwürdig. (Eben ist es ein weiteres Mal aufgetreten.)

Offensichtlich hat in jedem Fall mein Hoster ein gehöriges Problem. Die Störung scheint noch anzudauern. Immer wieder ist die Datenbank nicht erreichbar. Ich bitte, die Unannehmlichkeiten zu entschuldigen. Ich habe ein Support-Ticket geöffnet und hoffe, servage.net wird sich der Sache umgehend annehmen.

Extended Tagging for WordPress 2.3

Mittwoch, den 10. Oktober 2007

••• One of the most anticipated new features in WordPress 2.3 is the integrated tagging system. What it lacks, however, is the comfort and the great management interface that former tag plugins like SimpleTagging used to provide.

Amaury Balmer – maintainer of the SimpleTagging plugin – has just released a successor plugin called SimpleTags for WordPress 2.3. It comes with all the comfort we know from SimpleTagging but integrates itself into the core tagging system of WordPress 2.3. On top of that it comes with national language support and language files for German, French, Japanese and others.

It’s tidy, working – in a word: just great.


Den ganzen Beitrag lesen »

WP-Plugin MintPopularPostsWP

Dienstag, den 4. September 2007

Data Mining is my profession. So I wouldn’t run a weblog without a decent site traffic tracking and analysis tool. I’m using Mint by Shaun Inman, and I dare to say I’m a real fan.

Since Mint is tracking only human interactions and thus the real clicks to particular blog posts it is the perfect source for an unbiased favourites list as you can see in my sidebar.


Den ganzen Beitrag lesen »

WP-Plugin RearviewMirrorWP

Dienstag, den 28. August 2007

••• Did you ever want to show a dynamic link in your sidebar pointing to the last year’s post of the day? Now you can without much hassle. The WordPress plugin RearviewMirrorWP does it all for you.


Den ganzen Beitrag lesen »

WP-Plugin BirdFeederWP

Sonntag, den 24. Juni 2007

••• Jared Bangs has written the nice WordPress plugin MintBirdFeeder that modifies the WordPress feeds in a way that the site tracking system Mint can report the feed and seed usage. I was using his plugin for quite a time but noticed some shortcomings. As documented the plugin does not support comments feeds. Unfortunately it also misreports the feed usage for the Articles feed. How so? Let’s have a look at it.

WordPress serves three types of feeds:

  • main articles feeds
    e. g. http://your.wordpress.blog/feed/
  • main comment feeds
    e. g. http://your.wordpress.blog/comments/feed/
  • comment feed for particular articles
    e.g. http://your.wordpress.blog/article/feed/

The MintBirdFeeder plugin does not support the second type and it reports the third type as of the first type. Since many people are subscribed just to the comments of my post WP-Plugin SitemapTags in order to stay informed of recent changes I found that these subscribers where actually reported as subscribers of the Articles feed. Since I’m interested in correct numbers of subscribers of the three types of feeds I felt the urge to write a replacement for Jareds plugin.

And here it is: BirdFeederWP. It does support the two types of comment feeds mentioned above and reports them apart from the subscribers of the main Articles feed. As with Jareds plugin Mint and the Mint plugin BirdFeeder by Shaun Inman must be installed before you activate BirdFeederWP from the WordPress plugin panel. No further action should be necessary. The actual number of subscribers won’t change dramatically; but you may find that a lot of subscribers belong to a different category and are not regular readers of your blog but just interested in the comments of a particular post.

The plugin has been tested with WP from version 2.1 up to 2.3.

Comments and (heaven forbid) bug reports are welcome. Just post a comment here or send a mail.

Download: » BirdFeederWP-104.zip (Version 1.0.4 • 01.10.2007)