Simple Calendar Generator App in Python Free Source Code

Submitted by razormist on
Simple Calendar Generator App in Python Free Source Code - A simple application that can display the full calendar of the year. To use this application you need to enter year and it will display the calendar that includes 12 months in that particular year. Python Free Source Code.

How to Convert String to UpperCase and LowerCase in JavaScript

Submitted by razormist on
Learn on how to create a How to Convert String to UpperCase and LowerCase in JavaScript - A simple program that will change your string to Lower Case or Upper Case. This tutorial will teach the simplest way to manipulate your string cases. JavaScript Free Tutorial.

Scraping Tweets with Python - Simple Steps on How To Do It

Submitted by Ivan Ponce on
Social media platforms have gathered people from different countries across the globe in one venue. These platforms were initially mainly used for communication but, now, it is also a place for entertainment, information sharing, research, and money-making. It is where people give their opinions on certain topics. Thus, these platforms are usually considered for data collection. One of the social

Live Search using PHP and Vue.JS Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create a Live Search using PHP Language, Vue.js, and Fetch API. The tutorial aims to provide a reference to the IT/CS Students and new programmers on how they can implement a live searching feature on their PHP Projects. The Live Search allows the end-users to search the data that matches or column data containing the searched term and update the data on the client side without leaving or reloading the page.

Online Flight Booking Management System using PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Online Flight Booking Management System. It is a web-based application developed using PHP Language as the back end and MySQL as the database. The system allows flight ticketing agencies or businesses to provide their possible clients to book their flights online or without actually going to their offices to book their desired flights. It has a pleasant user

8 Ways to Generate Random String in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn the 8 Different Ways of Generating Random Strings using PHP Language. The tutorial aims to provide a reference or guide to the IT/CS students or new to PHP Language for using some of the built-in methods or functions of PHP. Here, snippets will be provided and a sample web program source code file is free to download.

RESTful API CRUD using PHP and MySQL Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create a RESTful API CRUD using PHP Language and MySQL Database. This tutorial aims to provide a reference or guide to the students and for those new to PHP Language about implementing a RESTful API on their projects. Here, snippets are provided and the source code zip file is free to download.