Year: 2011

  • php-Console with Chrome and WordPress

    Google Browser Chrome and their Chromium project are becoming more popular. Initially it was the speed of Chrome, which made it so popular but now also the extensions are getting in the focus of the users. Nowadays the extension market of Chrome is full of very useful extensions. Of course there are also many enhancements…

  • WPEngineer Mentioned in WordPress Plugin Development Book

    WPEngineer Mentioned in WordPress Plugin Development Book

    We just want to say thank you to Ozh, Justin Tadlock and Brad Williams, that they mentioned our website in their new book Professional WordPress Plugin Development. We are just one of a few recommendations in this book and we really appreciate that. We didn’t read the book yet, but we are pretty sure that…

  • Move WordPress Admin Bar to the Bottom

    Not everybody likes the WordPress Admin Bar, which exists since WordPress 3.1, at the top of the browser. With just a bit CSS you can change it. The following function provides CSS directly in the footer of backend and frontend. It displays the Admin Bar at the bottom.

  • WordPress Framework Xtreme One with a World Premiere – HTML5!

    WordPress Framework Xtreme One with a World Premiere – HTML5!

    Earlier today the new version 1.1 of the WordPress Framework Xtreme One was released. Including a world premiere: Optional Output of HTML5 Xtreme One is the first and only WordPress Framework/Theme, which is able to output HTML5 if you want to. Just with a simple click in your backend! Therefore Xtreme One is ready for…

  • Linux Programming Fonts

    I’m working on different systems and every system uses different fonts in their editor. I like to introduce some fonts in Linux and it might help you to find your favorite. This is not an article about WordPress directly, but many of us using an editor for the most time, while developing with WordPress.

  • Exclude Posts and Pages in WordPress Search

    Sometimes you don’t like to display every post and page on search results. Today I like to show you how to filter the search in your frontend. Therefore I add a filter to the query of WordPress and exclude the according posts or pages of the search.