Videos on Web, Mobile and Code.
These are some of our videos/broadcasts on web development, mobile dev and code. I hope you like watching them as much as I enjoyed curating them.
Create Shortcodes in WordPress | Using WordPress Shortcodes API
In this video, we will see how to Create Shortcodes in WordPress in less than 5 minutes. Whether you wish to make a Theme or a Plugin, shortcodes are a great way to output content, if you are interested in learning how to do this, watch this video in full.
How to Create WordPress Child Themes (FOR ANY THEME)
In this video, we will see how to Create a Child Theme for any WordPress Theme. Whether you wish to make a Child Theme for old Classic Themes or the new Full Site Editing Block Themes, this video has you covered.
Making AJAX Requests in WordPress | Forms, Button events and jQuery
In this video, we will see how to make AJAX requests in WordPress for making forms, button events, and script actions work. We will see each of the methods you can use to make an AJAX action on a WordPress site.
Run jQuery Scripts in WordPress Admin or Frontend
This video will show how you can run jQuery scripts on a WordPress site. You can use this video as a starting point to learn how to attach jQuery to your site's front-end or admin script.
Debug WordPress Errors and Find Stacktrace on your WordPress Site
In this video, we will see how you can easily find stack trace of most errors in WordPress and use it to debug your site.
Create Block Plugins for WordPress Block Editor (Gutenberg Editor) 2023
In this video, we will be building blocks in a block plugin for the WordPress Block editor also known as Gutenberg Editor. We will create see how you can scaffold a quick blocks plugin in 2023 and use Block editor APIs to add features.
Use Database Transients in WordPress (WordPress Transients API)
In this video, we will see how to use transients to store data temporarily and use it effectively in WordPress all using WordPress Transients API.
Save and Fetch data from WordPress Database (WordPress Options API)
In this video, we will be looking into how to fetch and save data into the WordPress Options Database table using the Options API.
Add Dynamic Widgets at the WordPress Dashboard Panel (Dashboard Widgets API)
In this video, we will see how to add Dynamic Widgets to the WordPress Dashboard panel and display all kinds of data.
Modify a WordPress plugin the RIGHT WAYs
In this video, let's take a look at how to modify a WordPress plugin following the recommended ways.