Recently I needed a special layout for the latest WordPress post in each category so I had to find out…
Webdevelopment Blog
Automatically compute detailed active installations for your WordPress Plugin
In part 2 and part 3 of our plugin developer dashboard we fetched all available statistics from WordPress.org about our…
Get your current PayPal balance via API and show on your Metabase dashboard (Plugin Developer Stats Part 5)
We use PayPal’s API to fetch our current balance and show it in our developer dashboard.
Add your plugins search ranking to your dashboard (Plugin Developer Stats Part 4)
See daily search rankings of your WordPress plugins for different keywords on you personal Metabase dashboard.
Display WordPress.org data in Metabase from SQLite data source (Plugin Developer Stats Part 3)
Add some statistics of your WordPress plugin to your Metabase dashboard.
Fetch WordPress.org plugin statistics and write to a SQLite database (Plugin Developer Stats Part 2)
Explore the wordpress.org plugin API and store data locally in a SQLite database.
Statistics Dashboard for WordPress Plugin Developers using Metabase (Part 1)
Monitoring you plugin usage, sales and marketing data within one single dashboard using Metabase
Webfonts in WordPress emails
Our WordPress email template plugin WP HTML Mail ist about five years old now. Right from the beginning users where…
How we created our new email editor with WordPress React components
The WordPress Block Editor aka Gutenberg is a stable part of WordPress now for some time. This React based editor…
Use Elementor Footer without Header
During my first steps with Elementor and ElementorPro I came accross this issue/feature. When you use Elementor to create your…
5 Fool Proof Tips for your WooCommerce store’s conversion rate
Read the forums on any ecommerce platform provider (Shopify, BigCommerce, WooCommerce, etc.) and you will find post after post about…
Set custom image in FB.ui Facebook Share Dialog in v2.10+
Since Facebook Javascript API removed the picture parameter in v2.10 and 2.9 was shut down on July 17 2017 there’s…
WooCommerce redirect loop when cart and checkout on the same page
I just launched a website with a single page checkout process which works fine if there’s at least one product…
How to translate NinjaForms labels
NinjaForms is already translated to several languages, but as soon as you save the message labels your entries are saved as static…
Add metafield value to ACF relationship field
The Advanced Custom Fields Relationship Field This field adds a list of post types to connect to the current object. In…
ACF relationship thumbnail size and aspect ratio
Advanced Custom Fields is an essential part of my customized WordPress backend. One of its great features is the relationship…
Export Thousands of WordPress NinjaForms Submissions
I had some troubles exporting form submissions in the past because of special character, German “Umlaute” and textareas fields with…
WordPress SEO OG Tags with Hashbang (#!) URLs
If you load subpages of your WordPress site via AJAX you lose your Open Graph tags when you share those posts via…
Ninja Forms Submissions Export to Excel
Ninja Forms already has a built in CSV export. But in some cases CSV is a little bit tricky: Non-latin…
WooCommerce show only lowest shipping rate
If you create rules for WooCommerce shipping costs, you’ll often end up with situations where customers can choose either paying…
How to create Dynamic Ninja Forms Lists from Post Types
Update August 2017: Updated code for NinjaForms THREE Ninja Forms is a great plugin to create any type of input…
Integration Services Mail Task 255 character limitation
or: How to use a variable as Recipient in a SSIS Mail Task Microsoft Integration Services (SSIS) offer a really…
Push SSRS Report to Sharepoint Document Library with SSIS
In case you use Microsoft Reporting Services in Native Mode and want to deliver your subscriptions to a Sharepoint Document…
Change Server as Parameter in SSIS DTSX Package
It’s nearly a daily situation to use a single Integration Services Package on several servers. At least you should have…
Download XML File in DTSX Package
I had to download an XML-File from a Web-API with authentication to import in a MS SQL Database. The main…
value too large to fit column data area of the buffer
Error: Microsoft.SqlServer.Dts.Pipeline. DoesNotFitBufferException: The value is too large to fit in the column data area of the buffer. at Microsoft.SqlServer.Dts.Pipeline….
MS SQL: cut string at first numeric character
note: Search a field for the first numeric character or any other character(-class) and crop it note: Search a field…