Month: November 2008

  • Cheat Sheet for Regular Expressions

    Regular Expressions can really be a pain in the ass – so any help is normally welcome. Today I will present a Cheat Sheet by AddedBytes.com which is really helpful when dealing with regular expressions. I’m proud to announce this sheet, because they also have a variety of other great cheat sheets available for download…

  • Use JavaScript Libraries In And Of WordPress

    If you develop in and for WordPress, it’s advisable to use a library of the core and a Plugin for the the library with the desired effect. Same for theme and Plugin authors. If you use a function of WordPress to implement JavaScript, you will have less complications and the compatibility between Plugins is much…

  • Moving Your WordPress Blog To A New Domain

    Many blog owners are scared and hesitated to move their blog to another domain because they fear to lose their visitors, downtime and other complications. I will show you now how to get rid off this fear and how to avoid problems while you moving.

  • We Made It On The List Of The Coolest Blog Powered By WordPress

    Yee haw!!! Today we made it on the top 20 list of the coolest blog powered by WordPress on WP Freedom Blog, thanks guys!!! Now it’s time to vote for the coolest blog ever. It would be a great support if you help us to be the one. Just go to their voting list and…

  • Easy Way For Advertisement In WordPress

    Since version 2.5 WordPress introduced the shortcode API, more detail about it in our article „WordPress Shortcode API“. Recently I had a task which is surely common, but with the help of shortcode API and custom fields very easy to solve. I had to include some advertisements (in german: Werbung) into some articles. In each…

  • WordPress Shortcode API

    WordPress 2.5 extended the tagging function and added many little features. Among others the shortcode API for example, where you can add strings to a content in a fast and easy way. This makes the call from other functions in Plugins or theme functions much more easier. The possibilities of shortcodes are immense, many other…