Phillip Richdale

  • Über mich / About me
  • Impressum
  • Datenschutz

Ich bin Phillip Richdale. Ich bin Ihr Experte für …

Frontend. Web. Mobile. ML/AI. Branding & Markenführung. UI/UX. Screendesign. Social Media. Apps. Marketing. SEO/SEA. Online-Strategie. Software-Architektur. Google Placement. E-Commerce. Analytics.

  • Management
  • Sicherheit & Datenschutz
  • Web Development & Design
  • Media Production
  • Google DevFest Düsseldorf 2016 Recap

    What a great event! Thanks to all that made this possible. Especially the GDG Düsseldorf and Sipgate.

    24. Oktober 2016
  • Google DevFest Düsseldorf 2016

    Official Website Schedule Day 1 Schedule Day 2 Meetup Entry Tickets GDG Düsseldorf Blog Entry GDG Düsseldorf on Google+ GDG Stream on Google+ See you there!

    21. Oktober 2016
  • Google Polymer Summit 2016

    Once again the Google Polymer Summit was a blast. This time in London.

    21. Oktober 2016
  • You might not need JavaScript

    http://youmightnotneedjs.com/

    12. Oktober 2016
  • Quoted of the Web: „PHPs badness is its advantage“

    I love Python, I think JavaScript is sort of OK and I did a lot of serious programming in ActionScript 2&3, both of which are quite simular to JS. I was basically forced into doing PHP by the market. I never really liked PHP but I really never hated it either. The thing about PHP…

    23. September 2016
  • WordPress Path to actual active theme / Pfad zum eigentlich aktiven Theme

    preg_replace(„/\/\w*?\.css/“, „/“, get_stylesheet_uri()); Gibt den Pfad des aktiven Themes zurück, auch wenn dies ein Child-Theme ist. Vorrausgesetzt, das Child Stylesheet ist mit WordPress Bordmitteln im Theme eingebunden und aktiviert. Returns the path of the actual active theme, even if this is a child theme. This only works if the child themes stylesheet is included with…

    23. August 2016
  • Clear Scrollback History in iTerm2

    printf ‚\e]50;ClearScrollback\a‘

    23. August 2016
  • jQuery Spreadsheets Overview / Tabellenwidgets Übersicht

    http://jspreadsheets.com/

    17. August 2016
  • Show Active Web VHosts on Linux

    List all active apache web vhosts on Ubuntu/Debian Linux / Liste alle aktiven Apache Web VHosts auf einem Ubuntu/Linux Server auf: ls /etc/apache2/sites-enabled | sed ’s,\s,\n,g‘ | sed ’s,^,/etc/apache2/sites-enabled/,g‘ | xargs cat | grep -v „#“ | grep ServerName | sed ’s,ServerName,,g‘ | sed ’s,\s,,g‘

    16. August 2016
  • Adding a user to a group on Mac OS X

    Auf Mac OX X einen User einer Gruppe hinzufügen: sudo dseditgroup -o edit -a [UserNameToAdd] -t user [Groupname]

    22. September 2016
  • World Map

    jVectorMap

    8. Juli 2016
  • Summer 2016 Font News

    The new Google Fonts (neat) Top 100 Free Fonts according to CreativeBloq OpenFontLibrary (new stuff / neue Sachen)

    7. Juli 2016
  • Fashion / Hippster Blogs

    http://missurine.tumblr.com/ http://elfriedes.tumblr.com/ http://elfriedes-outerspace.tumblr.com/ http://www.hel-looks.com/ http://sf-looks.com/

    7. Juli 2016
  • WordPress Updates ohne/without FTP

    Disable FTP requirement for Pluing Installations and Updates / FTP Anforderung für Plugin und Updateinstallation deaktivieren: //add to wp-config.php define(‚FS_METHOD‘,’direct‘);

    5. Juli 2016
  • WordPress – Does Author have Posts or not? / Hat der User Posts oder nicht?

    <?php     if (count(query_posts(‚author=‘.get_current_user_id().’&posts_per_page=5′)) > 0)     {         //User hat posts / User has posts     } else {         //User hat KEINE posts / User has NO posts     } ?>

    7. Juni 2016
  • Freakin‘ Cool JavaScript ’n‘ jQuery Stuff

    Gridstack.js Midnight.js Animisition Material Design Preloader Youtube Background Video jPanel Menu Countable.js Simple DropDown List Effects Scrollpath Questionmark.js ifvisible.js Offline.js Pace.js Pongstragr.am

    7. Juni 2016
  • WordPress Plugin Pfad/Path

    Pfad zum Plugin in WordPress / Path to plugin in WordPress plugins_url().“/[PluginDirectoryName]“

    1. Juni 2016
  • URLs in WordPress

    site_url(); bloginfo(„wpurl“); //check this! Returns Root Domain URL without trailing slash. home_url(); Returns URL of the WordPress Home target without trailing slash. Usually is the same as the root domain, but needn’t be! admin_url(); Returns the URL leading to the WP Admin directory including trailing slash.

    31. Mai 2016
  • Letztes URL Element mit Inhalt / Last URL Segment with content

    array_pop(array_filter(explode(„/“, $_SERVER[‚REQUEST_URI‘]), function ($val){return (strlen($val) > 0);})); (Das ist PHP / This is PHP) is_int($thisValue = array_pop(array_filter(explode(„/“, $_SERVER[‚REQUEST_URI‘]), function ($val){return (strlen($val) > 0);}))) ? $thisValue : false; This command only returns a value if the snippet retrieved is an Integer (better for grabbing IDs) – otherwise it returns false / Dieser Befehl gibt den Wert…

    31. Mai 2016
  • WordPress Template Hierarchy Diagram

    WordPress Template Hierarchy Diagram

    23. Mai 2016
←neuere Beiträge / newer Posts ältere Beiträge / older Posts→

Phillip Richdale