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 »