X

Brain dumping and sharing

Maybe it's me getting old but sometimes I wish I could store, or better yet, retrieve information more easily from…

Redactie

Delete Trash from WordPress

As I was testing on mij localhost (using MAMP) I run into trouble while permanently deleting several hundred products from…

Redactie

How make row in Parse Unique using Parse CloudCode

In the Parse app database there is no option to make a key (object) unique. Usually you can chat using…

Redactie

How to change text size of TabLayout Tabs in Android Studio

To change the size of the font 2 steps need to be done: Add as Style for the Tablayout Apply…

Redactie

How to Add Option / settings menu to android App

  Add this to your mainactivity: @Override public boolean onCreateOptionsMenu(Menu menu){ // Create menu // See onOptionItemSelected for actions when…

Redactie

Proudly Powered By WordPress – Change footer

Remove 'Proudly Powerd By Wordpress' When starting with a new wordpress site the footer containts 'Proudly Powered By Wordpress'. If…

Redactie

Press This « WordPress Codex

With Wordpress 4.2.1 the Press This function is introduced. The "Press This" function allows quick publishing with a special web…

Redactie

Using Lightbox to display Images

Avoid Ugly Image presentation One of the easiest ways to make your website more actractive is using a 'lightbox' for…

Redactie

Jetpack: [auth_failed] Authorization header was malformed

I noticed I got the message: "Jetpack: [auth_failed] Authorization header was malformed" in my wordpress admin panel. Refreshing and Reconnecting…

Redactie

WordPress Heartbeat (wp-admin/admin-ajax.php)

While monitoring Stats of my websites wp-admin/admin-ajax.php was always on top of the list of most requested pages which made…

Redactie

Wrong Woocommerce Breadcrumb for Products in Multiple Categories

Woocommerce Breadcrumb are great for customers looking for products in a specifiek product within a categorie, but when using products…

Redactie