Increase your traffic by using WDF*IDF analysis

WDF*IDF analysisAlright, the title might sound a bit sensational, but actually, “how do I get more visitors” is always an issue and the following article will hopefully highlight how to work towards this direction and what WDF*IDF has to do with it.
If you’re dabbling in SEO circles, “WDF*IDF” should be a household name to you. But not every webmaster or blogger has extensive knowledge in SEO. I even dare to say that most of you might have heard about WDF*IDF from “hearsay”, if you even heard about it at all. Therefore, I would first like to provide a basic understanding of the subject matter and then present you with a useful tool.
If you know about WDF*IDF already, just skip the next two paragraphs and go straight to […]

Top 7 WordPress SEO plugins

Top 7 WordPress pluginsSome days ago I was asked about my absolute favorite WordPress SEO plugins. At first I had to think about it for a while, because I wasn’t sure how to define what’s a “SEO plugin” and what isn’t. But now I’m sure.
The following is my personal top 7 of WordPress SEO plugins that I also use here on code-bude.net and/or en.code-bude.net. It should be noted that all the plugins I use are available to download for free.
All in One SEO Pack
14 million bloggers can’t all be wrong – that’s how often this plugin is downloaded. It’s All in One SEO pack, and the name speaks for itself. The plugin can perform a whole multitude of optimisations on your site. I personally use it only to […]

Adjusting the screen resolution in VirtualBox

VirtualBox 4:3 screen-ratioFor almost two years, Windows 8 is now on the market. So enough time to find hundreds of reasons to set up a virtual machine running Windows 8. Unfortunately, you are greeted by the form factor of yesteryear already during the installation.
In plain language, the aspect ratio of the sceen was in 4:3 ratio, which looked really ugly on my laptop which is in widescreen format.
After the installation I wanted to resolve the “problem” by adjusting the screen resolution, but realized that I only had a choice between various resolutions in 4:3 factor.
Let us come to the thing – how can we fix it? The problem lies in the lack of support of the graphics driver. Normally this can be fix by re-installation of Oracle’s so-called […]

Build your own homeserver – what’s the right system?

Homeserver im Eigenbau - DatacenterA couple of days ago, a friend of mine (and co-worker) and myself talked about the topic of homeservers, because we both were looking for viable solutions to make our files available in our home network. During our discussion, the following points were brought up repeatedly: price / performance ratio, processing power, storage, security, performance, power consumption (or operating costs) and flexibility.
Right from the beginning we discussed all solutions that weren’t called (Hardware-)NAS and rather quickly waved goodbye to the solutions that came our minds.
The Fritzbox as a NAS – And it lived happily ever after…
For example, one of the cheapest solutions that we thought of would be attaching an (or multiple) external harddrive via USB to our Router (Fritzbox) and configure the Fritzbox as a NAS. Most of the hardware would have been available already, power […]

How to use C# Web Service Client with BasicAuth (for SAP)

SAP Webservice with .NET Webservice Client and BasicAuthNo matter how frumpy SAP may look most of the time, nevertheless you can build such modern things like web services inside the SAP system. Even the WSDL (Web Service Description File) file can be generated in SAP. I read about this feature (WSDL generation) just at the right time, because recent days I should write a web service in SAP which should be triggered by a C# application.
In .NET web services can easily integrated via their WSDL file by using the WebReference feature of Visual Studio. Therefore Visual Studio generates a so-called proxy class from the given WSDL file which can be used to call all functions of the webservice without thinking too much.
As far as in theory. In practice I had to choose the security mode for the web service in […]