Checking String if contains specific String in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Check if the String contains the specific String using PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference to learn the usage of the PHP built-in methods for searching in a string. Here, I will be providing some sample snippets that demonstrate the different effective ways of checking string if contains a string. A sample program source code zip file is also provided and is free to download.

Dynamic Web Notification using PHP and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Implement a Dynamic Web Push Notification using PHP and JavaScript. The tutorial aims to provide IT/CS students a reference to learn the usage of JavaScript Notification API and Integrate it with PHP Language and Ajax requests. Here, snippets of a sample application will be provided. Also, I have provided the working source code zip file of the simple program that demonstrates the implementation of dynamic web push notifications.

How to Count Number of Words in a String using JavaScript

Submitted by razormist on
Learn on how to create a How to Count Number of Words in a String using JavaScript - A simple program where only purpose is to count the words. This tutorial will teach you the simples way to achieve this function just by following through the tutorial. JavaScript Free Tutorial.

Student Grade Information System in C++ Free Source Code

Submitted by razormist on
Student Grade Information System in C++ Free Source Code - A simple program that can record student grade information and generate the average. This program purpose is to help you fasten the recording of student grade and make it easier to be view in public. C++ Free Source Code.

Exporting HTML Table to Excel [.xls, .csv] using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Export HTML Table Data to Excel Spreadsheets and CSV Files using JavaScript. This tutorial aims to provide the IT/CS student and new programmers with a reference to learn to export Data into Excel using only Pure JavaScript. Here, I will provide sample snippets on how to achieve this tutorial's objectives. A working sample program source code zip file is also provided and is free to download.

How to Get 7 Days in a Week With Date using JavaScript

Submitted by razormist on
Learn on how to create a How to Get 7 Days in a Week With Date using JavaScript - A simple JavaScript program that can display the 7 days of the week by submitting the date input value. This tutorial will teach you the simplest method for creating this program. JavaScript Free Tutorial.

Using JavaScript Confirm Dialog [Window.confirm()] Tutorial

Submitted by oretnom23 on

In this article, we will tackle about Using the JavaScript Confirm Dialog. This tutorial aims to provide IT/CS students and new programmers with a reference for understanding the use of the Window.confirm() function of JavaScript. Here, sample snippets and sample source code zip file that demonstrates our object for this article are provided and are free to download.