Posts by: Ben

WordPress Theme optimieren: unnötiges CSS entfernen

So kannst du in deinem Wordpress Theme das css deutlich optimieren, indem du alles was nicht gebraucht wird, entfernst: Basierend auf einer Anleitung von Holger Guggi von fullstackoptimization.com: Schritt für Schritt: Theme analysieren: Finde alle Templates im Theme, d.h. alle PHP Files die nicht inkludiert werden. Sie sind entweder aus der Template Hierarchie (index.php, page.php, single.php, home.php, search.php) oder haben…
read more →
WordPress auf https / ssl umstellen

WordPress auf https / ssl umstellen

Warum SSL / https SSL/https sollte (zumindest) überall dort verwendet werden, wo Benutzer Ihre Daten eingeben sollen. Andernfalls können in ungesicherten WLANs alle übermittelten Daten mitgelesen werden. Schritt für Schritt Anleitung Hier eine schnelle aber komplette how-to Anleitung aus der Praxis, wie man seine Wordpress Website auf SSL / https umstellt. Sie brauchen dafür ftp und müssen eine .htaccess Datei…
read more →

Laravel Visual Overview

As much as I love Wordpress for Content-heavy Applications, for logic heavy applications it is just not the right tool. Laravel Here is a short overview over Laravel 5.2, the most widespread web development framework of the most widespread web programming language PHP. I couldn't find one, so I quickly made one. These are suppost to provide a quick overview. Laravel Visual…
read more →

Mobile Hybrid Cross-Plattform App Framework Comparison

If you are going to start a new cross-plattform App project, and you are not completely satisfied with your current solution, you are going to look for a new framework. Requirements: Runs on your machine (Windows 8/10, OSX, Linux) Uses a language you can use (Java, JavaScript, C, C#, Objective C, ...) Has a user interface that feels native Many…
read more →

Schritt für Schritt zum Promo Video

Ein kurzes Promovideo für Ihre Webpage eine eigene Kunstform. Hier der Step-by-Step Ablauf 1. Konzept Wählen Sie Zielpublikum, Aussage und beschreiben Sie Probleme Ihres Kunden und die wichtigsten Vorteile Ihres Produktes 2. Voice Konzept Idealerweise unter 1 Minute - < 150 Worte! Endet mit Call-to-Action (einfache direkte Anweisung was der Benutzer als nächstes tun soll) 3. Visuelles Konzept Auswahl visuelle Objekte…
read more →
Reasons to write your own WordPress plugin (and the Joy of it)

Reasons to write your own WordPress plugin (and the Joy of it)

Until recently, I was rather reluctant to create a plugin for Wordpress. Wordpress is the de facto No.1 CMS. Plugins are the means to expand the functionality of any Wordpress installation. Most work rather well with any Theme (=Design). Subsequently there is a huge number of plugins available. I was always the enemy of rampant growth, due to my many years…
read more →

WordPress vs. Typo3 vs. Drupal vs. Joomla

Mir ist neulich wieder eine Ausschreibung untergekommen, in der das CMS bereits vorausgewählt war. Jeder empfiehlt natürlich das CMS das ihm am nächsten liegt, weil man dort bereits Jahre hineininvestiert hat. Allerdings wird irgendwann der Druck zu groß und der Kunde leidet darunter, wenn das falsche CMS gewählt wurde. Gerüchten zufolge soll das Enterprise-CMS Typo3 an Boden verlieren, aufgrund seiner…
read more →

Migrating WordPress to another Server

Recently I was doing 2 Web migration projects with wordpress installations. The reason for the migration was in both cases performance issues, one was on a cheap shared host and had a super-sluggy admin interface, the other needed cutting edge performance for a better google rank (and better usability). Both migrations followed these steps: Prepare Transfer Test Switch live Prepare Set up…
read more →
Setting up an mp3 player that keeps playing during navigation

Setting up an mp3 player that keeps playing during navigation

During my recent project, working on a radio stations website www.lounge.fm, I came across an interesting requirement: Keep the mp3 playing, while changing the page within the site. All of this had to be done within the existing wordpress installation. One might think it cannot be done. If a user clicks a link, he will leave current page, and the…
read more →