-
Update: Piwik Mobile 2 / Major new version with new app design!
Piwik Blog Post: http://piwik.org/blog/2013/12/piwik-mobile-2-released/ App Store Links iOS: https://itunes.apple.com/us/app/piwik-mobile-2/id737216887?ls=1&mt=8 Google Play: https://play.google.com/store/apps/details?id=org.piwik.mobile2
-
PHP5 FastCGI Process Manager (php5-fpm) hangs on start/restart
Starting php5-fpm (5.3.17-1~dotdeb.0 & below) hangs/fails on Debian Squeeze. Possible errors: – Restarting PHP5 FastCGI Process Manager: php5-fpm failed! Commenting out or removing „php5-pspell“ module fixed it for me. PHP 5.4.7 and PHP 5.3.17
-
Nginx rewrite Rule for OXID eShop Sorting & Searching
Based on recommended Configuration (http://wiki.oxidforge.org/Tutorials) Original: location / { try_files $uri $uri/ /oxseo.php; } Changed rule: location / { try_files $uri $uri/ /oxseo.php?$args; }
-
Box.net 50 GB for Lifetime
http://www.gamestone.de/box-net-50-gb-for-lifetime-kostenlos/
-
Volkswagen / Audi EVA Daten als Webservice
Mehr zu diesem Service finden Sie hier…
-
Alter Accepted Filetypes in WordPress
Falls man die Fehlermeldung „File type does not meet security guidelines. Try another.“ erhält, so muss die Liste der akzeptierten Mime Typen (siehe auch: http://www.iana.org/assignments/media-types/) / Dateitypen erweitert werden. Der entprechende Code ist in /wp-includes/functions.php zu finden (WordPress Version 3.0.4): [code] … function wp_upload_bits( $name, $deprecated, $bits, $time = null ) { if ( !empty( $deprecated )…