BlueScreen Screen Saver

June 17th, 2009 Category: Fun, General

There is a pretty cool screen saver from Microsoft TechNet (formerly Sysinternals) available, which shows a blue screen and the animated boot screen of Windows. If you want to shock your colleagues then you should get it :)

Links

bluescreen-screensaver bluescreen-screensaver-boot

“PAC-MAN” for iPhone

June 11th, 2009 Category: iPhone

Some of you will still remember PAC-MAN. If you want to enjoy this classic game you can get it for your iPhone/iPod. The free version comes with one level. Funny thing…

vollbildaufzeichnung-11-06p vollbildaufzeichnung-11-06q vollbildaufzeichnung-11-06r

Links

“Peggle” for iPhone/PC/Mac

June 11th, 2009 Category: General, iPhone

Want to relax? Get yourself the game “Peggle” for your iPhone or iPod. This game is really very good if want to relax. But take care, probably you will get addicted to it :) It’s not for free, but the price is low.

The game is also available for Windows, Mac, other mobile devices, Web and DS. Just follow the links below and you will find a free evaluation version for download.

But always remember: Take care or you will get addicted ;)

vollbildaufzeichnung-11-06 vollbildaufzeichnung-11-06b vollbildaufzeichnung-11-06c

Links

Free CD/DVD/Blu-Ray/HD-DVD Buring Application “StarBurn”

June 11th, 2009 Category: General

Looking for a free CD/DVD/Blu-Ray/HD-DVD burning application? Try StarBurn, it comes with many features and is easy to use:

  • Free
  • CD/DVD/Blu-Ray/HD-DVD support
  • Writing/generating ISO images
  • Writing/erasing CD-RW discs
  • Grab audio
  • Burn video VCD/SVCD/DVD
  • many more…

The professional version is available for $9 and the enterprise version for $49. Real nice price!

starburn-11-06-2009-131838

Links

Wordpress 2.8 Released

June 11th, 2009 Category: Wordpress

Some hours ago Wordpress Version 2.8 has been released. All major changes and new features are listed on

I’ve used the automatic upgrade within the administration panel on two blogs with different plugins installed. On both blogs I could not detect a problem after the automatic upgrade.

WP 2.8 comes with many changes, but I could not detect one which is important for me.

Wordpress Favicon Plugin

June 7th, 2009 Category: Wordpress
vollbildaufzeichnung-07062009-150749 Missing the favicon in your Wordpress blog? Then you should install the MaxBlogPress Favicion plugin. It’s easy to use and comes with 100 pre installed icons. Or you are able to upload you own icon.

Problems

After installation the MaxBlogPress Favicion on the TechniTip.Net blog all pages were returned empty to the browser. I don’t know exactly what did cause this issue, but could solve it  by changing the plugin code injecting mode:

Enter Settings->MBP Favicon->Advanced Options and checked [x] wp_head() instead of Buffer Caching.

Afterwards everything was fine.

Installation

  • Install via download from MaxBlogPress Favicion and unpack it to your plugin folder
  • Or search for “MaxBlogPress Favicion” in the plugin section in your WP-Admin if you have Wordpress 2.7 or newer installed

Links

WPtouch: Mobile Plugin&Theme for Wordpress

June 3rd, 2009 Category: Wordpress

An incredible cool plugin for Wordpress and all mobile devices like iPhone, iPod, Android or Blackberry is “WPtouch“. It automatically generates pages for perfect display on mobile devices from your Wordpress blog. Installation is totally easy and the result is looking great!

See the difference:

wptouch1.jpg

The single post view:

wptouch2.jpg

Installation

If you have Wordpress 2.7 or newer installed, the installation can be done with a few clicks:

  • Enter the admin page and select “Plugins”
  • Scroll down to the section “Get More Plugins”
  • Select “Plugin Browser/Installer”
  • Search for “WPtouch” and install

Otherwise you have to go the manual way.

Problems with WP Super Cache

If you are using WPtouch together with the WP Super Cache plugin you may run into trouble, I solved it with the following steps:

  1. In Settings->WP Super Cache add the following Recected User Agents:
    iPhone
    iPod
    aspen
    dream
    incognito
    webmate
    BlackBerry9500
    BlackBerry9530
  2. Add the following line in your .htaccess
    RewriteCond %{HTTP_USER_AGENT} !^.+(iPhone|iPod|aspen|dream|incognito|webmate|BlackBerry9500|BlackBerry9530)
    This line should be inserted above the following existing line:
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f

Links