eBay’s New IRS Reporting Requirements and How to Manage Your Sales for taxes
In recent updates, eBay has announced that it will start reporting sales information to the IRS for sellers who exceed certain thresholds.
In recent updates, eBay has announced that it will start reporting sales information to the IRS for sellers who exceed certain thresholds.
In recent times, many WordPress site owners have encountered issues with their contact forms and email notifications, particularly when using Gmail accounts. Google has implemented stricter security measures to protect users from potential spam and phishing attacks.
We know that nowadays everyone wants something flashy and eye catching but the majority of the time at Daddy Design, we prefer a simplistic approach that functions much smoother and more efficiently. In this tutorial we will teach you how to easily change the Header background color on scroll using minimal JavaScript to create a quick simple elegant solution.
This tutorial will guide you on how to monitor the prices of Bitcoin and various alternative cryptocurrencies in Google Sheets. Firstly, you’ll need a website that provides real-time and up-to-date prices. We found an excellent site, https://cryptoprices.cc/, which not only displays current prices but also offers guidance on setting up a basic Google Sheet to […]
A few months ago, I encountered a challenging situation when I got logged out of my Coinbase wallet. To make matters worse, I couldn’t recall my passcode and had no idea where I had stored my 12 word recovery phrase. The ensuing weeks were filled with panic until I stumbled upon a solution: searching for […]
While working on the redesign for the Moss Construction website we used a layout structure that consisted of an image section and content section side by side where the image was locked in place until the content scrolled completely. In this tutorial we will teach you the basic bare bones coding approach we used to achieve a side by side locked image layout.
The way your Google Map renders and displays on your website is crucial to how easily your customers can find your business without getting frustrated. In this tutorial we will teach you how to add a responsive Google Map to your website.
If you’ve encountered this message “This endpoint has been retired” or just simply a broken or missing Instagram feed then you’re not alone because Instagram has decided to end support for something so widely used around the web. In this tutorial we will teach you the new way to add an Instagram Feed to your website after endpoint retirement in the year 2020.
You may encounter a time when you need to modify the standard WordPress permalink structure and while removing the slug from a custom post type’s url sounds easy in theory it’s actually not as simple as it seems. In this tutorial we will teach you how to remove the custom post type slug from the permalink(url) structure in WordPress without using a plugin.
Embedding Instagram photos and videos on your WordPress site is an easy way to enhance a viewer’s experience. In this tutorial we will teach you how to properly embed an Instagram image or video on a WordPress site without using a plugin.
With Twitter’s popularity on the web today it is highly recommended and useful to automatically link @ mentions in your WordPress posts and pages. In this tutorial we will teach you how to automatically link Twitter usernames to their profile in WordPress without using a plugin.
Every time you delete an item in WordPress such as a post, page, or comment it is marked as trash. In this tutorial we will teach you how to limit the automatic WordPress empty trash feature in order to reduce the size of your database.
If you are seeing an allowed memory size exhausted error in WordPress, don’t worry because this is one of the most common WordPress errors and also one of the easiest to fix. In this tutorial we will teach you how to fix the Memory Exhausted Error in WordPress by increasing the PHP memory limit.
WordPress by default displays the current version number in many places, this however is easily exploited by hackers. In this tutorial we will teach you how to completely remove the WordPress version from displaying to improve security using PHP functions.
WordPress by default compresses uploaded JPG files to 90% of their original quality. In this tutorial we will teach you how to stop WordPress from compressing JPG image files by using PHP filters instead of a plugin.
Your logo is the most important piece of your overall branding and is usually the first statement a website visitor will most likely identify with. In this tutorial we will teach you how to add a vector logo to your website using CSS3 and a Scalable Vector Graphic (SVG).
While working as a developer within WordPress there will often be times that you must preserve a particular URL structure. In this tutorial we will teach you how to redirect the archive of a Custom Post Type via a WordPress function.
By the end of 2017 the Contact Form 7 plugin’s ‘on_sent_ok’ hook method for redirection will no longer be supported. In this tutorial we will teach you a few different methods to redirect to another URL after WordPress Contact Form 7 Submission without using the ‘on_sent_ok’ hook method.
The best practice in our opinion for usability is to keep your navigation visible for as long as possible before resorting to hiding it. In part 2 of this two-part tutorial we will teach you how to show and hide your newly designed pure CSS hamburger button and navigation using Media Queries and jQuery for your responsive website.
One of the most important aspects of responsive web design is the navigation, it typically needs to be hidden and accessed via a button. In Part 1 of this two-part tutorial we will teach you how to create an animated hamburger button with CSS and jQuery for your responsive website.
After completing part 1 of this two-part tutorial you will need to add your custom fields to your actual template file. In part 2 of this tutorial series we will teach you how to display the custom fields you created for your Custom Post Type in your WordPress theme template file using PHP.
You may already know how to add ACF custom option pages but did you know that you can take them a step further? In part 1 of this two-part tutorial we are going to teach you how to add custom fields to a custom post type using the Advanced Custom Fields (ACF) WordPress plugin and a PHP function.
On mobile devices a very common occurrence is when text strings are too long to fit inside the container element thus overflowing it. In this tutorial we will teach you how to easily break overflowing text strings responsively using the CSS word-break property.
You may have seen major websites with truncated text in the sidebar in order to keep things tight and neatly organized. In this tutorial we will teach you how to easily truncate text strings responsively while adding ellipsis at the end via CSS.