5 simple steps to get the most revenue out of 1 ad space

August 14th, 2006

This simple list will guide you to the perfect use of your ad space ( in german: 5 Schritte zur optimalen Werbeflächenausnutzung ). Just follow these 5 steps to get the most revenue out of 1 ad space. This solution does not depend on Javascript or something else. Read the rest of this entry »

free adsense seo ebook

March 27th, 2006

There is a new free ebook from the creator of Adsense Gold. The ebook is about seo and adsense. It’s free. Go ahead and download it!

You need to listen to…

January 11th, 2006

Problogger Darren Rowse and Yaro Starak on building blog traffic. A must have download / podcast

wordpress plugin adsenselogger canceled

November 27th, 2005

I stoped the development and all support for the adsenselogger plugin. I’m just a blogger right now and I have no time left for php development. Please feel free to use the code I already did.

new design for 9rules

November 5th, 2005

Blog network 9rules has a new design. Very colorful and nice. Best feature is the network snapshot which shows random or recent posts or you favorite blogs from the 9rules network. Go, have a look.

My USB-stick needs…

November 3rd, 2005

Portable Freeware has a collection of free software which can be run from any portable device. You will find any application which might be helpfull or just funny. Many more links can be found at ask metafilter. [via lifehacker]

get random posts the easy way

September 25th, 2005

I’m currently writting a very cool plugin/addon for wordpress. Therefor I needed a way to get a defined number of random posts.
And guess what? There is already a function providing this feature: get_posts()

To get 4 random posts just use this function call:

get_posts(’numberposts=4&orderby=rand()’);

Since the argument orderby will be forwarded to the SQL statement, we will get 4 random posts from database. There are several more arguments, which can be found in the codex.

blogging network started by pro-bloggers

September 23rd, 2005

Darren Rowse ( ProBlogger ), Duncan Riley ( Blogherald ) and Jeremy Wright ( Ensight ) started a new network of blogs at b5media.

I already subscribed to some of the blogs at b5media like SimplyDumb and She knows best.

Stay tuned!

CSS Zen Garden Design List updated

September 7th, 2005

Dave Shea anounces some major-retooling of the CSS Zen Garden Archive.

Nice to read and a very good work Dave!

PHP 5.0.5 released

September 7th, 2005

If you are using PHP5 you are encouraged to update to version PHP 5.0.5 as soon as possible.
A list of all changes in PHP 5.0.5 can be found in the PHP 5 ChangeLog.