CodeSOD: Exceptional Content Sources

Joe sends us some Visual Basic .NET exception handling. Let’s see if you can spot what’s wrong? Catch ex1 As Exception ' return the cursor Me.Cursor = Cursors.Default ' tell…

WooCommerce Multi-Vendor Subscription User Guide

The WooCommerce Marketplace Subscription plugin allows users to subscribe to subscription products on a daily, weekly, monthly or yearly basis. Admin and sellers can create and manage subscription products as…

WooCommerce POS Thermal Printer Plugin Guide

The WooCommerce POS Thermal Printer plugin allows a POS user to integrate and use a thermal printer in their POS store. Easily connect multiple POS printers globally to the same…

Taking up space – The Daily WTF

April 1st is the day when websites lie to you or create elaborate hoaxes. We’ve generally avoided the former, but we’ve done a few formers, but we also like to…

Odoo Sentiment Analysis User Guide

INTRODUCTION Odoo sentiment analysis helps you understand how people feel! Odoo sentiment analysis helps you check your team’s sentiments and customer messages. This tool helps you understand what your customers…

Good Enough Friday – The Daily WTF

Today we have some of the rarer classic Error’d types: events from the dawn of time, weird space definitions, and this absolutely stunning choice of cancel/confirm button text. Complicated Stewart…

Types of Dates – The Daily WTF

We’ve seen plenty of bad dates, but as always, there are new ways to be surprised by the bizarre inventions people come up with. Today, Team it sends us bad…

CodeSOD: Never retire

We all know that 2038 is going to be a big year. In just 14 years, a bunch of devices will have problems. Less well known is the Y2030 problem,…

Magento 2 Multivendor Gift Card Guide

Magento 2 Marketplace Gift Card extension allows admin and sellers to create gift cards using available gift card product type. So customers can now easily purchase and redeem gift cards…

Outstanding String Comparisons – The Daily WTF

As a general rule, I will favor code that is detailed and clear over code that is concise but makes me think. I really don’t like to think unless I…