Dynamic Dropdown Menu using Bootstrap 4 in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a dynamic dropdown menu in CodeIgniter using Bootstrap 4. CodeIgniter is a lightweight PHP framework that uses MVC(model-view-controller) architecture. Bootstrap 4 is currently the latest version of Bootstrap that has several changes than the later version.

How to Create a Dynamic Dropdown Menu using PHP/MySQLi and Bootstrap 4

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a dynamic dropdown menu using PHP with MySQLi-OOP and Bootstrap 4. Currently, the latest version of Bootstrap is 4 and has several changes from the later version. We are going to use Bootstrap 4's nav tag to create our menu where we put dynamic content in the dropdown.

CRUD Operation on JSON File using PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to CRUD(create, read, update and delete) which is also the same as show, add, edit and delete on JSON file using PHP. JSON stands for JavaScript Object Notation and has an extension of .json which is a syntax for storing and exchanging data. JSON is a text, which is used in exchanging data between a browser and a server.

PHP - Upload and Download File Application

Submitted by razormist on
Learn on how to create a Upload and Download File Application using PHP. PHP is a server-side scripting language designed primarily for web development. It is a lean and consistent way to access databases. This means developers can write portable code much easier. It is mostly used by a newly coders for its user friendly environment.

How to Create a Magnifying Lens of Image using jQuery and Magnify.js

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a magnifying lens of image or zoom an image using jQuery and magnify.js. If you're building an ecommerce site and you want to add a functionality wherein visitors can magnify the image of a product, this tutorial will surely help you. Magnify.js is a jQuery plugin that creates a magnifying lens for a picture.

Create a push notification system with SignalR with ASP.NET MVC

Submitted by Mohamed Nageh … on
How to implement a push notification system with SignalR for notifying connected clients / users when any database changes happen on the server. Today's most of the applications are multi-user application, where multiple users doing their task at the same time. But the problem is when any user(s) done any changes (ex. inserted a new order) other users doesn’t know it unless the request is

Javascript - Simple Digital Clock

Submitted by razormist on
Learn on how to create a Simple Digital Clock using Javascript. avaScript is a scripting or programming language that allows you to implement complex things on web pages. It is widely used in designing a stunning website. It is an interpreted programming language that has a capabilities of Object-Oriented. This code can be used as your calculator to any mathematical problem.