Skip to content

Awesome Websites (mostly CSS)

I love amazing animated or modern innovative websites as I try to be creative myself all the time. So I am constantly on the search for inspiration. Today I deposit some of the nice finds i have made recently: Greenstock…

Mehr Lesen

SSL Zertifikate in Plesk einrichten

Die Einrichtung von SSL Zertifikaten in Plesk ist kinderleicht. Man muss nur wenige Begriffe und Einstellungsbereiche kennen und kann dann eigentlich nichts falsch machen. Grundsätzliches zur Einbindung von SSL-Zertifikaten in Plesk Ein SSL-Zertifikat besteht im Grunde genommen aus drei kleinen Textblöcken,…

Mehr Lesen

Fight Referrer Spam and Ghost Referrer Spam

Referrer Spam is a rather new but annoying way of spamming. Useless referrers call your website and therefore spam your analytics data. You can see if your site is spammed if you experience an unusual rise in visitors in your Google…

Mehr Lesen

How to calculate google backlinks using php

There are several ways to implement a calculation of the number of backlinks via PHP. <?php $domain = "example.com"; // Enter your domain here. $url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=large&" . "q=link:".$domain; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_REFERER,…

Mehr Lesen

Using the MOZ API

MOZ or formerly SEOmoz is obne the most useful search engine optimization (SEO) toolkits available. Itz provides various SEO tools, metrics and insights that help you in research on global most important SEO aspects. What I like the most from this service is the…

Mehr Lesen

Theme Development Standards

WordPress Themes should be coded using the following standards:

  • Use well-structured, error-free PHP and valid HTML. See WordPress Coding Standards.
  • Use clean, valid CSS. See CSS Coding Standards.
  • Follow design guidelines in Site Design and Layout.
Mehr Lesen
An den Anfang scrollen