• 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

Chinomnso

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

Primary Sidebar

26,136
Followers
Follow
30,000
Connections
Connect
14,643
Page Fans
Like

POPULAR   FORUM   TOPICS

  • How to find the title of a song without knowing the lyrics
  • The Art of Exploratory Data Analysis (Part 1)
  • Welcome Message
  • How To Change Or Remove The WordPress Login Error Message
  • Getting Started with SQL: A Beginners Guide to Databases
  • Replacing The Default SQLite Database With PostgreSQL In Django
  • How to Implement Local SEO On Your Business Website And Drive Traffic
  • Surfing The Web Anonymously – All You Need To Know
  • How to use VLOOKUP in Excel
  • Setting up Windows for Android Development using React Native
  • 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.
  • Forums
  • About
  • Contact

© 2021   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy