₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,034 members, 8,420,003 topics. Date: Thursday, 04 June 2026 at 09:16 AM

Toggle theme

Adeleyeayodeji's Posts

Nairaland ForumAdeleyeayodeji's ProfileAdeleyeayodeji's Posts

1 2 3 4 5 6 (of 6 pages)

ProgrammingHow To Update WP User Billing And Shipping Meta Via WP Rest API by adeleyeayodeji(op): 11:15pm On Sep 16, 2022
Hey guys, have you been looking for a way to update user billing and shipping info via API.
This video is for you.

https://www.youtube.com/watch?v=mfz-1Yey9tg
ProgrammingHow To Extend Wordpress Media Library [updated Version 2022] by adeleyeayodeji(op): 9:10pm On Sep 03, 2022
Have you been looking for a simple way to extend WP POP UP Media Library Upload Tabs? This video is for you.
Copy the source code or watch my step-by-step video


https://www.youtube.com/watch?v=LEr-WmVMkAQ

var frame = wp.media.view.MediaFrame.Post;
wp.media.view.MediaFrame.Post = frame.extend({
initialize: function () {
frame.prototype.initialize.apply(this, arguments);

var State = wp.media.controller.State.extend({
insert: function () {
console.log("Something..."wink;
this.frame.close();
}
});

this.states.add([
new State({
id: "ademedia",
search: false,
title: "Ade Media"
})
]);

//on render
this.on("content:render:ademedia", this.renderAdemediaContent, this);
},
browseRouter: function (routerView) {
routerView.set({
upload: {
text: wp.media.view.l10n.uploadFilesTitle,
priority: 20
},
ademedia: {
text: "Ade Media",
priority: 30
},
browse: {
text: wp.media.view.l10n.mediaLibraryTitle,
priority: 40
}
});
},
renderAdemediaContent: function () {
var AdemediaContent = wp.Backbone.View.extend({
tagName: "div",
className: "ademediacontent",
template: wp.template("ademedia"wink,
active: !1,
toolbar: null,
frame: null
});

var view = new AdemediaContent();

this.content.set(view);
}
});
ProgrammingSimple Wordpress Delete User API by adeleyeayodeji(op): 11:01pm On Aug 28, 2022
Hello Guys, have you been looking for a simple way to delete a user through WordPress Rest API?
This video is for you.


https://www.youtube.com/watch?v=ZQN6-AyEtes

Watch till the end.
ProgrammingReact JS - Create Reactjs App by adeleyeayodeji(op): 11:20pm On Aug 12, 2022
Have you been trying to create an application with reactjs?
This short tutorial will guide you.


https://www.youtube.com/watch?v=Pdd7JoeM2sw
ProgrammingEasily Copy Text Within Devices With This Solution. by adeleyeayodeji(op): 12:27pm On Aug 11, 2022
I developed this solution that can help you move text from one device to another
Check it out https://movetext.net/
ProgrammingFlutter D/egl_emulation( 6380): App_time_stats [solved] by adeleyeayodeji(op): 11:09am On Aug 09, 2022
Hey guys!
Have you been looking for a quick way to hide D/EGL_emulation( 6380): app_time_stats flutter logs?

This short tutorial will solve the log problem.

Enjoy! �


https://www.youtube.com/watch?v=rH2nnxz_fPE
ProgrammingFlutter Create User API - Part 1 by adeleyeayodeji(op): 12:05pm On Jul 30, 2022
Hey guys, have you been looking for a way to communicate with WordPress API from Flutter Application? Then this tutorial is for you.


https://www.youtube.com/watch?v=oSCrrB-GNtQ

Watch till the end.
Have any questions? Comment below.
ProgrammingComplete Wordpress User API by adeleyeayodeji(op): 9:52pm On Jul 23, 2022
Have you ever wanted to create a simple user API in Wordpress with the ability to create, edit and view all users?


https://www.youtube.com/watch?v=bciE9si677Q

Then this short tutorial is for you.

Have any question? Comment below.
ProgrammingCheap SMS Gateway | Movider [2022] by adeleyeayodeji(op): 3:36pm On Jun 25, 2022
Hey you, check out this excellent SMS provider Movider with amazing SMS messaging rate.


https://www.youtube.com/watch?v=b6e2DtVCr4o
ProgrammingFlutter Macbook M1 Emulator Speed Test by adeleyeayodeji(op): 8:43am On Jun 24, 2022
Hey guys, in this video we are going to be testing the speed of Macbook M1 loading time for flutter project and android emulator
Enjoy!


https://www.youtube.com/watch?v=y9H7O2At5H4
ProgrammingShow Your Recent Web Projects by adeleyeayodeji(op): 11:31pm On May 05, 2022
My recent developed plugin might be of help to your WordPress website.

Ade Custom Shipping
https://wordpress.org/plugins/ade-custom-shipping/

Ade Cart Manager
https://wordpress.org/plugins/ade-cart-manager/

Customize http://Tawk.to Widget
https://wordpress.org/plugins/customize-tawk-to-widget/

Google Trends for WP
https://wordpress.org/plugins/codedeyo-google-trends-for-bloggers/

Hide Google reCAPTCHA Logo
https://wordpress.org/plugins/hide-google-recaptcha-logo/

Other WordPress Contribution �

Payment Gateway for Monnify on WooCommerce
https://wordpress.org/plugins/monnify-payment-gateway/

Zilla Payment Gateway
https://wordpress.org/plugins/zilla-payment-gateway/

Payzoft Payment Gateway for WooCommerce
https://wordpress.org/plugins/payzoft-woo-payment-gateway/

Other projects:

WordPress API development and customisation along with the full application development

https://play.google.com/store/apps/details?id=com.aqskill.learn&hl=en&gl=NG

WordPress theme development
https://aqskill.com

Credit: https://adeleyeayodeji.com
ProgrammingImport Big Data Into Mysql Using Simple Trick by adeleyeayodeji(op): 11:10am On Apr 30, 2022
Hello, are you locking for a way to import big data into mysql database?
This is the right post for you.
Check the source code below
https://github.com/adeleyeayodeji/mysql-big-data-import-php
ProgrammingHow To Create User Account With Wordpress API by adeleyeayodeji(op): 10:36pm On Apr 27, 2022
Hello there, are you looking for a way to create user account with wordpress rest api built by you? then this is for you.


https://www.youtube.com/watch?v=1oWw9WYjo2I
ProgrammingRe: Free School Result Management System by adeleyeayodeji(op): 11:00pm On Mar 29, 2022
Franzee:
nice job out chea
Thanks brother
ProgrammingFree School Result Management System by adeleyeayodeji(op): 10:25am On Mar 24, 2022
[Open Source] School Result Management System

A great result management solution for schools, hospitals, academics and others.

If you are a PHP developer, contribute to this repository for more advancement of the project.

https://www.biggidroid.com/wp-content/uploads/2020/08/Screenshot_2020-08-10-Biggi-Result-Management-1.jpg

Download for free https://github.com/adeleyeayodeji/Open-Source-Result-Management
ProgrammingThe First Websites I Built Were Terrible. by adeleyeayodeji(op): 8:12pm On Mar 13, 2022
The first websites I built were terrible.

When starting to code, that's okay.

Building bad stuff is fine, as long as you see it as a learning opportunity.

And with enough projects under your belt, you'll start to see great improvements.

Nobody knows it all right away!

WebmastersThis Plugin Will Recover Lost Cart Items by adeleyeayodeji(op): 3:20pm On Mar 08, 2022
ProgrammingLaravel 8 Ecommerce Development Course Free by adeleyeayodeji(op):
Welcome to my laravel 8 ecommerce development with paystack payment integration.


https://www.youtube.com/watch?v=0k9pmBYgWkU&list=PLN-ksS_i1Xpwu9xDRcGhaWxFQUQfi469y

Features:
- Add to cart
- Checkout
- Payment Verification
- Admin Dashboard
- Customer Dashboard
and more
ProgrammingIf Your Website Run On Woocommerce You Need This Solution by adeleyeayodeji(op): 12:19am On Feb 19, 2022
Have you been thinking of setting Local Government Areas on your woocommerce plugin?

This plugin will help you achieve that.

We have about 500 active website using this solution, give a try.


https://www.youtube.com/watch?v=tUk3gyA8IWg

Ade Custom Shipping WordPress Plug-in Reviews

https://wordpress.org/plugins/ade-custom-shipping/

ProgrammingI Publish This Great Plugin On Wordpress Repository - Customise Tawk To Widget by adeleyeayodeji(op): 4:23pm On Feb 11, 2022
ProgrammingHow To Add Amazing Loading Effect - PACE.JS by adeleyeayodeji(op): 11:56pm On Jan 21, 2022
Do you want to add amazing web loading animation like Dev.to and Google App? then this tutorial is for you.


https://www.youtube.com/watch?v=JvfMUbB4Tn4

PACE JS CDN: https://codebyzach.github.io/pace/

Have an issue? Comment below.

#how_to_add_pace_js
#pace_js
#loading_animation
ProgrammingRe: Woocommerce Shipping Plugin For Local Governments by adeleyeayodeji: 12:11pm On Dec 22, 2021
Nyekidoll:
Hello all,

Please can you recommend a shipping plug in that i can use to enable me set different shipping rates per local government?

I have installed States, Cities, and Places for Woocommerce by Kingsley Ochu with shipping zones. I can see the different local governments in a state on the checkout page but I don't see them when I want to add prices to zones. I thought the local governments should have appeared automatically in the shipping settings page...

Please can someone recommend a plug in fr this? Your response will be highly appreciated.

Note: I'm not a software tech - just you regular DIYer.

Thanks in advance!
This should help : https://wordpress.org/plugins/ade-custom-shipping/
WebmastersYou Need This Software As A School Owner => School Result Management System by adeleyeayodeji(op): 10:03pm On Dec 11, 2021

https://www.youtube.com/watch?v=PKhI-SVeUqY

Source Code: https://www.biggidroid.com/product/school-result-management-system/

This is suitable for :
– School / College
– Students batch
– Coaching Center / Academy
– Education Center
ProgrammingRe: Please Pick A Back-end Programming Language For Me by adeleyeayodeji: 9:55pm On Dec 11, 2021
Learn based on job request brother.

Learning Java is great when you get jobs within java request, same as others.

tensazangetsu20:
PHP powers a lot of platforms and CMS. Easier to build custom APIs and functions with the knowledge of PHP for this platforms. Java is insanely fast and is used as the standard for enterprise software development.
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by adeleyeayodeji: 9:48pm On Dec 11, 2021
PHP should help

https://www.youtube.com/watch?v=1yNKebDqO6o

Javanian:
Due to the numerous "i want to start programming, which language should i start with" threads on this board i decided to create a thread that will address this issue. I am not a wonderful writer and i won't say i know it all but i will try. I urge every one on this board to correct me where i err an also contribute in whatever way you can to make this thread worth it. I will try as much as possible not to be biased in this write up.

I am not going to go into detail in defining what programming is because i will assume before entering this thread you should already know what programming is. But in summary programming is the act of creating whatever you want with your brain and computer programming is the act of creating whatever you want with your brain and a computer. You can read more from

http://en.wikipedia.org/wiki/Computer_programming

Programmers could also be called software programmers, software developers and other big-big names you can think of.

Feel free to ask your questions, i will try and answer the ones i can my Ogas in the house will help me with those i can't answer

Please every Programmer should try as much as possible to check on this thread once in a while to help answer some questions Newbies would like to ask.
ProgrammingRe: Please Pick A Back-end Programming Language For Me by adeleyeayodeji: 9:45pm On Dec 11, 2021
Why
tensazangetsu20:
I am biased to PHP and Java for backend.
ProgrammingLearn How To Upload File With Progress Bar In PHP by adeleyeayodeji(op): 9:44pm On Dec 11, 2021
#PHP_Ajax_File_upload with Progress bar
Did you want to show a progress bar to your user while uploading images, files, and documents?
Then this tutorial is for you.


https://www.youtube.com/watch?v=cP--bfz3amM
ProgrammingRe: Please Pick A Back-end Programming Language For Me by adeleyeayodeji: 9:40pm On Dec 11, 2021
PHP should help


https://www.youtube.com/watch?v=1yNKebDqO6o

LikeAking:
Pls pick a back-end programming language for me. Every back-end language is welcomed except Node-JS. I have been learning Node-Js before a taught struck me."Its better to stand with two legs".

Since I have learnt Js to a particular level and have built some stuffs with Js. I go drop link to my projects soon.

Auto grouping bot = For selecting groups online. Similar to people picking group names from the basket. Its has a very back-end. Where group admin can edit the group names, see all the reged members, customize welcome message. etc.

Auto group maker = Will enable you group millions of people into groups with a click and you can also mix them up.

Retirement day/Age bot = This one will tell a person when he will be due for retirement, through your DOB and employment date.

Dual email extractor = Extract emails and phone numbers.

How about learning a non JS language in case one no enter, or one fade out.. That kind thing.. I no one put all my eggs in one basket.

kindly help me.

Recommend a good back end language.

I wan to build real projects people can use.



@qtguru
tensazangetsu20
@asaylongcome

1 2 3 4 5 6 (of 6 pages)