• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • Forums
  • 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

PHP

How To Install PHP Packages Without Composer

August 16, 2020 by Ehi Kioya 2 Comments

How To Install PHP Packages Without Composer

Many people play with PHP without necessarily being professional developers. For such people, package managers may make coding seem too complicated. This article shows how to bypass the Composer barrier when installing Composer-dependent PHP packages.

Filed Under: Backend (Server-Side), Frontend (Client-Side), PHP, Programming, Web Development Tagged With: Composer, Dependency Management, Package Managers, PHP

How To Execute PowerShell Scripts From PHP

June 9, 2020 by Ehi Kioya Leave a Comment

How To Execute PowerShell Scripts From PHP

Since PowerShell is now open source and cross-platform, we can now perform PowerShell magic right inside Linux boxes. If this isn’t exciting, what is?! Here’s an example of how to execute PowerShell scripts (or commands) from PHP code on a Linux VM.

Filed Under: Backend (Server-Side), Linux & Servers, PHP, PowerShell, Programming Tagged With: Linux, PHP, PowerShell

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

TinyMCE And AJAX – Saving textarea Content To Database

February 1, 2020 by Chinomnso Leave a Comment

TinyMCE And AJAX - Saving textarea Content To Database

TinyMCE is a rich-text editor that helps convert the HTML textarea element into a WYSIWYG editor. While working with it recently, I noticed that it doesn’t work well with AJAX out of the box. This article explains the problem and provides a solution.

Filed Under: Backend (Server-Side), Frontend (Client-Side), JavaScript, PHP, Programming Tagged With: Ajax, PHP, textarea, TinyMCE

Remove WooCommerce Page Title From Shop Page (But Leave On Archive Pages)

December 28, 2019 by Ehi Kioya Leave a Comment

Remove WooCommerce Page Title From Shop Page (But Leave On Archive Pages) 2

The title “Shop” shown on the WooCommerce shop page is just plain ugly in my opinion. Especially if you use the WooCommerce shop page as your site’s homepage. Here’s how to change/remove it from the homepage without affecting other archive pages.

Filed Under: Backend (Server-Side), PHP, Programming, Snippets, WordPress Tagged With: PHP, WooCommerce, WordPress

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

Primary Sidebar

26,207
Followers
Follow
30,000
Connections
Connect
14,641
Page Fans
Like

POPULAR   FORUM   TOPICS

  • How to find the title of a song without knowing the lyrics
  • Welcome Message
  • How To Change Or Remove The WordPress Login Error Message
  • The Art of Exploratory Data Analysis (Part 1)
  • Replacing The Default SQLite Database With PostgreSQL In Django
  • Getting Started with SQL: A Beginners Guide to Databases
  • The Best Web Safe Fonts In Web Development
  • What’s the fuss about HMAC Validation?
  • Data Science Insights: Regression Analysis
  • How to Implement Local SEO On Your Business Website And Drive Traffic
  • 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.
  • Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library
    This article explains how to bypass the single user remote desktop connection restriction on Windows 10 by using the RDP wrapper library.
  • 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.
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 5
  • Go to Next Page »
  • Forums
  • About
  • Contact

© 2021   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy