wpSuggest – find the right keywords for your WordPress articles

Google SuggestToday I want to present you a WordPress plugin once again. But let us start with a short introduction.
Google’s autocomplete feature called Google Suggest should be known by everyone who uses Google. (And that should probably be the most.)  It is really convenient if you do not have to type in the complete search phrase everytime, because Google already suggests, what you actually wanted to write/search.
However, Google Suggest offers even more. Because if you do not know which keywords you need to use exactly, or want to know what is popular, so you just type a few letters or a word and then Google is proposing all suitable or relevant search phrases. And here we come to the WordPress plugin, that I want to introduce you today.
Uwe Ramminger from seo4wp.de namely has developed a small […]

How to play N64 games on Android

n64oid (1)Are you one of those people who used to (or still do) spend hours, sitting in front of a game console? I for one was never the hardcore gamer and have only owned one console, but I loved my N64.
When I moved, I found some of my old N64 games and felt the need to once again play Super Mario World. Unfortunately it stayed with the discovery of the games. My N64 itself is gone without a trace.
Then last week I stumbled “accidentally” on a N64 emulator for Android. It’s called n64oid and is apparently a bit longer on the market. But to me it passed so far.
Anyway, I got spend the $4.99 and have thrown me n64oid on my Samsung Galaxy S2. And what can I say? I’m excited!
Although it runs not all […]

How to use Ubuntu software center on Linux Mint

Ubuntu Software Center StartbildschirmLinux Mint itself is well and good, but the included software management is admittedly not quite my thing. I personally think it’s quite sluggish (long loading times) and also eye candy looks different. Concerning the software center Ubuntu has done a far better job. And that’s why I want to show you today, how to get Ubuntu’s software center running up on Linux Mint.
In the first step the software center must be installed with the following shell command.

sudo apt-get install software-center

Then a python script must be created. Therefore you copy an existing script and edit it. See the following shell commands to get to know what exactly is going on.

sudo cp -r /usr/share/software-center/softwarecenter/distro/Ubuntu.py /usr/share/software-center/softwarecenter/distro/LinuxMint.py

In this script, you need to edit some lines. So replace

class Ubuntu(Debian)

with

class LinuxMint(Debian)

For this purpose, just open the file with the […]

Lightbox Plugin for WordPress 3.3

Lightbox Plus BeispielToday I want to point you to a plugin for WordPress, that I use for a few days here on my blog. It’s called Lightbox Plus Colorbox and is mainly used to display photos. I had already installed some lightbox plugins in my blog but none of them met all my requirements …
(All of you, who have no idea what a “lightbox” is, should click on the small left-hand image. As you will see, the picture does not open in a new window, but places on the Web site and the background is dimmed/grayed out. That’s what the lightbox plugin is responsible for.)
With Lightbox Plus I have now found a lightbox plugin which fits like a hand in glove to my requirements. It’s free, compatible with WordPress 3.3, has a lot of options […]

How to stream music from your router to your android devices

Fitzbox NASThese days you will get faced with the term “cloud” everywhere. I am, for my part, not really a fan of cloud streaming because nearly every solution that I tried did not work without complications.
But in recent weeks, I got friend with a streaming solution within my appartment’s walls. And this solution is what I want to introduce to you today.
At first some information concerning the initial situation. I confess that I am a passionate fan of audio dramas. (I’m really addicted to “The three Investigators”. Some of my friends blaspheme, that I were too old for it, but take it from me, you’re never too old for The Three Investigator because it’s cult!)
However, normally I like to listen to another episode every evening. But to copy every evening another […]