STATUS ÜBERPRÜFEN
I AM LISTENING TO
|

ARCHIV.

Development

Let’s Talk!

Suchen Sie einen zuverlässigen Partner, der Ihr Projekt auf die nächste Stufe bringt? Ob es um Entwicklung, Design, Sicherheit oder laufenden Support geht – ich würde mich gerne mit Ihnen unterhalten und sehen, wie ich Ihnen helfen kann.

Nehmen Sie Kontakt auf,
und lassen Sie uns gemeinsam etwas Erstaunliches schaffen!

WPLMS is a Learning Management System for WordPress. Translation files in WPLMS are located in These language files will be overwritten with new files on every update, destroying any custom translation changes. THE THEME Move your theme into a child theme and translate your theme there (/wp-content/themes/your-child-theme/languages/). Make sure that language files are loaded from your child theme. Add the following […]

relative sizes, so that fonts and elements resize accordingly. CURRENT RELATIVE UNITS CALCULATION If not set differently, 1 em equals 16 Pixel in most browsers, which gives us a calculation basis. Preset value = 16PX = 100% or 1EM or 1 REM So 1/16 = 0,0625 is our calculation factor. PX EM 1 = 0,0625 12 […]

The files author-course.php and author.php can not be overwritten in a WPLMS child theme directly. The only way is to override the filter in the child theme functions.php: „WPLMS is a Learning Management System for WordPress. It is an e-learning WordPress theme for course management, instructor and student management using which you can create and sell your courses online. „

When projects are getting bigger, its always nice to split things up and prepare parts of your code for general reuse. PHP Traits (PHP 5.4+) are a nice way to do this. Adding multiple Traits or classes, requires you to make sure all are being included. Here is a nice way to register both with the __autoload function […]

Single inheritance has often been the limitation for PHP. This means that a class can only inherit from one other class. Often classes share the same methods and it would be beneficial to allow reuse and prevent duplication. In PHP 5.4 a new feature was added, known as Traits. A Trait is like a Mixin, allowing […]

Just a couple of links that deal with the usage or testing of structured data. Structured data is not yet relevant for content rankings, but that might change in the future (Hangout). „Structured data markup“ is a standard way to annotate your content so machines  can understand and categorize it. Proper usage elevates the way data is displayed on Google Search, […]

The custom maintenance mode message in WordPress, during upgrades and installs, is far from beautiful :) Time to change that! You can do your own page by adding a pure PHP maintenance.php into your /wp-content folder. Now go and build a nice page ! Just remember that during maintenance no WordPress functionality is available! Enjoy coding …

In a current project I am using pages as templates, to load content into specific containers on the website. The website will be using up to 15 different languages. The main language setup is done through WPML, which creates linked content per language. This helps, as some languages will fail terribly when translating them through […]

When launching a Google Adwords campaign, research is the first and most crucial step. Proper research ensures that your budget is used efficiently and that your ads reach the right audience. Below are the three essential research areas to focus on before setting up your campaign. Keyword Research The heart of any Adwords campaign lies […]

This is a series of articles summing up some of the key points when planning a Google Adwords campaign. With the keywords defined, we can start with the setup of the campaign. I am not actually going over each of the options provided by the Adwords interface, but I provide you with  an initial and fast first start. […]