Tutorials

Technical solutions are not always found easily out on the web. Whenever I come across such a situation, I make a tutorial out of the solution I worked out. This can be design-related (Photoshop, InDesign), or development-related (WordPress coding, PHP, CSS, jQuery). Hopefully it will help you out.

Hoe leeg je de cache van je browser?

Building your WordPress website efficiently using the 10 tips I documented after years of experience. Boris Hoekmeijer webdesign and graphic…

1 year ago

10 tips to building your WordPress website efficiently

Building your WordPress website efficiently using the 10 tips I documented after years of experience. Boris Hoekmeijer webdesign and graphic…

6 years ago

Htaccess snippet collection

Tweak the security and performance of your WordPress website with my collection of .htaccess code snippets. .htaccess is a hidden…

6 years ago

How to solve the compatibility issue between WP Rocket and EU Cookie Law

Upon installing the EU Cookie Law plugin (which is listed on the WP-rocket site as compatible), I encountered an issue…

6 years ago

WordPress snippet collection

I generally prefer snippets over plugins, as the code is lean and extra scripts are kept to the minimum that…

7 years ago

How to customize item sorting options in AIT Directory+ theme

How to customize item sorting options in AIT Directory+ theme. Sort order options are very limited in the AIT Directory+…

7 years ago

Search Filter results grouped by first character

How to create a search filter with results grouped by first character using the search & filter pro WordPress plugin

7 years ago

How to make TablePress WPML compatible

How to make TablePress compatible with WPML multilanguage plugin, and reduced the number of tables required.

7 years ago

How to solve WordPress Reference Error: tinyMCE not defined

How to resolve the ReferenceError: tinyMCE is not defined if(tinyMCE.get(name) != null) problem in WordPress

9 years ago

How to find post, page, tag, category and media ID in WordPress

It should be so simple: Add a column to the post, page, category and tag overviews displaying each item's ID.…

10 years ago