STATUS ÜBERPRÜFEN
I AM LISTENING TO
|

ARCHIV.

PHP

Let’s Talk!

Suchen Sie einen zuverlässigen Partner, der Ihr Projekt auf die nächste Stufe bringt? Ob es um Entwicklung, Design, Sicherheit oder laufenden Support geht – ich würde mich gerne mit Ihnen unterhalten und sehen, wie ich Ihnen helfen kann.

Nehmen Sie Kontakt auf,
und lassen Sie uns gemeinsam etwas Erstaunliches schaffen!

On the old website I had a new single post for things I discovered and looked at! Crazy… I will update this post with things I find, enjoy and you might like too over the coming months.Far more organised on my own page now! Awesome curated PHP libraries & resources Packages of Goodness

First a bit of context :) What is Gettext? Translation within WordPress is based of Gettext. Gettext is a software internationalization and localization (i18n) framework used in many programming languages to facilitate the translation of software applications into different languages. It provides a set of tools and libraries for managing multilingual strings and translating them […]

WHAT IS IPANORAMA 360? iPanorama 360 for WordPress is a specialized plugin that enables users to create and display interactive 360-degree virtual tours or panoramic images on WordPress websites. It extends the functionality of the WordPress content management system by providing a user-friendly interface and a range of features specifically tailored for creating and showcasing 360-degree […]

As a PHP developer, I’ve seen firsthand how proper coding standards can transform a messy codebase into a thing of beauty. Tools to fix PHP coding standards have saved my bacon countless times over my 20-year career. Let me walk you through the essential tools that will clean up your code and make your development […]

INTRODUCTION This is not a tutorial, but more like sharing a nice geeky road-trip ;)  I have a pretty good understanding of the Youtube Data API, as I have actively used it on portalZINE TV in the past, to upload videos and dynamically link them to my local post-types. For one of my latest customer […]

What Google Drive Sharing offers us! I am doing a Podcast on portalZINE.TV since last year and always host a backup of the MP3 episodes on Google Drive. The link that you create, when enabling file sharing on Google Drive, can not be used to actually embed it on your website. The link looks something […]

PAPA PARSE Papa Parse is a powerful, in-browser CSV parser for the big boys and girls :)If you do need easy CSV parsing and conversion back to CSV, take a look at it! // Parse CSV string var data = Papa.parse(csv); // Convert back to CSV var csv = Papa.unparse(data); // Parse local CSV file […]

Excel needs to know that you are using non-ASCII characters in your CSV or it will not display them correctly :) Add the BOM(Byte Order Mark) to the first line, notifying Excel that you are offering a UTF-8 encoded file. //headers header(‚Pragma: public‘); header(‚Expires: 0‘); header(‚Cache-Control: must-revalidate, post-check=0, pre-check=0‘); header(‚Content-Description: File Transfer‘); header(‚Content-Type: text/csv‘); header(‚Content-Disposition: attachment; […]

Updated 25.03. : Some function names changed in the latest beta version. IN BETA ACF 5.8 Beta introduced an easy way to create your custom Gutenberg blocks. I am already using it heavily for a current project, to easily organize content and media assets.  Really powerful, when combined with Timber as well, which has been the foundation of many […]

1 / 21