• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

Web Development

Controllers In Laravel – An Introduction

April 5, 2020 by Chinomnso Leave a Comment

Controllers In Laravel - An Introduction

Controllers are an important part of Laravel MVC (Model, View, CONTROLLER). They are useful for organizing request-handling logic and help to keep the entire code structured and maintainable. This post is a brief primer on Laravel controllers.

Filed Under: Backend (Server-Side), Laravel, PHP, Programming, Web Development Tagged With: Controllers, Laravel, PHP, Programming, Web Development

Implementing Pagination Using PHP And MySQL

April 4, 2020 by Chinomnso 3 Comments

Pagination Using PHP And MySQL

An SQL SELECT statement may often return thousands of rows. And when building sites, we usually don’t want to dump all those rows onto a single page (for speed and UX reasons). Instead, we split the results across multiple pages via PAGINATION.

Filed Under: Backend (Server-Side), Database, PHP, Programming, Web Development Tagged With: MySQL, Pagination, PHP, Web Development

How to Locate the .htaccess File on cPanel

February 20, 2020 by Editorial Staff Leave a Comment

How to Locate the .htaccess File on cPanel

There are lots of reasons why you would want to access your website’s .htaccess file: performing URL redirection, defining custom error pages, etc. Whatever the reason, you first need to locate the file on your host server. This article explains how.

Filed Under: Apache, Linux & Servers, Web Development, Zero Code Tech Tagged With: Apache, cPanel, htaccess, Web Development, Webmasters

Weird Characters In WordPress? Here’s How To Clean Them Up

May 23, 2019 by Ehi Kioya 6 Comments

Weird Characters In WordPress

If you do WordPress site migrations often, you will at some point encounter the problem of weird characters (like “ and ”) appearing in your WordPress content. This article explains why this may happen and how to fix the problem.

Filed Under: Backend (Server-Side), Database, Web Development, WordPress Tagged With: Database, SQL, Web Development, WordPress

WordPress Redirects Using The Redirection Plugin

April 2, 2019 by Ehi Kioya Leave a Comment

WordPress Redirects Using The Redirection Plugin

You may need to do redirections on your WordPress site from time to time. While they can be done with PHP or via code tweaks in your .htaccess file, this article explains a simpler and more robust method involving the WordPress Redirection plugin.

Filed Under: Backend (Server-Side), Web Development, WordPress Tagged With: Plugin, Redirection, RegEx, Web Development, WordPress

Dealing With WordPress Cron (WP-Cron) Issues

March 21, 2019 by Ehi Kioya 1 Comment

Dealing With WordPress Cron (WP-Cron) Issues

WP-Cron is how WordPress handles time-based job scheduling on sites. Sort of like the Linux cron utility. But WP-Cron could be very resource intensive since it executes on every page load. I share some insights/solutions to the problem in this post.

Filed Under: Backend (Server-Side), Linux & Servers, Web Development, WordPress Tagged With: Cron, Cron Job, Linux, Web Development, WordPress, WP-Cron

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 6
  • Go to Next Page »

Primary Sidebar

23,740
Followers
Follow
30,000
Connections
Connect
14,568
Page Fans
Like
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • WordPress Password Hash Generator WordPress Password Hash Generator
    With this WordPress Password Hash Generator, you can convert a password to its hash, and then set a new password directly in the database.
  • How To Change A SharePoint List Or Library URL How To Change A SharePoint List Or Library URL
    All versions of the SharePoint user interface provide an option to change the title (or display name) of a list or library. Changing SharePoint library URL (or internal name), however, is not exactly very intuitive. We will discuss the process in this article.
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 6
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy