Filtering HTML Content Before Loading to Page using PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Filter HTML Content before loading or displaying it on the page using PHP Language. The tutorial aims to provide the IT/CS students and new PHP programs with a reference to learn to enhance their knowledge and programming capabilities using the PHP Language. Here, I will provide some snippets and a sample source code that demonstrate the goal of this tutorial.

Simple Block Breaker Game in JavaScript Free Source Code

Submitted by razormist on
Simple Block Breaker Game in JavaScript Free Source Code - A simple arcade style game where your objective is to destroy all the blocks to reach the next level. The game is simple the player can control the paddle using the mouse by moving it from left to right. JavaScript Free Source Code.

Online Food Ordering System v2 using PHP8 and MySQL Free Source Code

Submitted by oretnom23 on
This project is entitled Online Food Ordering System. It is a simple web application that main developed to automate the ordering process of a certain restaurant or food business. The source code is an updated version of the open-source project that I developed and published before ( Simple Online Food Ordering System using PHP/MySQL). It has a pleasant user interface using the Bootstrap Framework

Creating a Simple Moving Watermark for websites using JavaScript

Submitted by oretnom23 on
In this article, we will tackle about Creating a Simple Moving Watermark for websites using JavaScript. Here, I will be providing a simple and free JavaScript plugin or module that generates a simple site watermark. The main goal of this article is to provide IT/CS students and new programmers a reference for enhancing their knowledge and skill using JavaScript Object-Oriented Programming. How to

Using PHPs implode() and explode() Built-in Functions

Submitted by oretnom23 on

In this article, you will learn how to use the PHPs implode() and explode() built-in functions. The tutorial aims to provide the IT/CS students and new programmers a reference for widening their knowledge and enhancing their PHP Programming capabilities. Here, snippets that demonstrate the usage of the said PHP functions are provided.

Generating PDF File using JavaScript and JSPDF Library Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Generate or Create a PDF File for your web applications on the client side using JavaScript and JSPDF Library. The tutorial aims to provide IT/CS students and new web developers with a reference for learning how to generate PDF files using JavaScript. Here, simple snippets that demonstrate the goal of this tutorial are provided. A sample and working source code zip file is also provided and is free to download.

How to Live Resize Background Image in JavaScript

Submitted by razormist on
How to Live Resize Background Image in JavaScript - A simple JavaScript program that can allow you to resize your set background image live. This tutorial will teach you the easiest method for creating this program and will give you some insight about the function we use. JavaScript Free Tutorial.