Author: latz

  • It’s a real Casio!

    Watches do have a a common problem: the good one’s are quite expensive and you don’t want to scratch them during daily handicrafts. The cheap one’s are kaputt after such a short time that buying them isn’t worth it. This week a big German chain store offered a Casio F91-W for 9,99€. I couldn’t say…

  • The best wife in the world!

    Only the “Best Wife in the World” ™ makes such a present for our wedding anniversary: I’m afraid she will force me to watch “Stargate” or “Doktor Who” while drinking this delicious beer. Life can be cruel!

  • Show your desktop

    I know loads of WordPress developers by name and have an idea how they look. What I also find interesting is the way people work. Do they use a laptop, how many monitors do they use and other stuf). Here’s my desktop (I’ve tidied it up before taking the image :-)): The machine is an…

  • New ideas for pagebar v3 – Part 2: Customization by Drag’n Drop

    New ideas for pagebar v3 – Part 2: Customization by Drag’n Drop

    Though pagebar is quite customizable you can’t define the overall look. “Previous page” is always on the most left, followed by “First” and so on but maybe you want the elements in a different order. I’m not aware that any of the paging plugins provide this feature, pagebar hopefully will do so in the next…

  • Ideas for pagebar v3 – Part 1: Direct page access

    Ideas for pagebar v3 – Part 1: Direct page access

    It’s time to think about version 3 of pagebar. In this series I try to explain what I am planning for this new major version and invite you to discuss my plans. Part 1: Direct page access I always wanted to add a fast and direct page selection. The easiest way would be to add…

  • Hide the password hiding stars

    As far as I can remember web browsers replace the characters of a password field with stars (did Mosaic already do this?) but this feature is not always helpful. Fortunately you can change this!

  • Why you should use pagebar for your blog

    You may ask yourself “Why should I use pagebar, the newer versions of the WordPress default themes already contain page navigation.” Here an example that may convince you that pagebar is the better choice.

  • New version of pagebar released (v2.60)

    As you can see in the title the new version of pagebar is not version 3.0 that I anticipated to release by this summer. Procrastination at its best! 1. Instead I created another minor version with some features which are quite easy to implement. First there is a new default theme based on CSS3: To…

  • WordPress: Publishing posts in the past

    There may be situations where you want to publish a post with a date in the past. On first sight WordPress does not have such a function. If you look closer you find on the page “Add new post” in the metabox “Publish” the following entry: If you click on Edit a field appears in…

  • WordPress: Get IDs of *ALL* post tags

    WordPress contains a function for getting the tags associated with a post (get_the_tags) but none for retrieving the IDs of all site wide available tags. The solution to this problem is quite easy if you remember that post tags are nothing else but pre-defined taxonomies and that you can use the function get_terms to retrieve…