Tutorials

How to Convert String to Sentence Case using PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn how to Convert String to Sentence Case using PHP. We all know, in a sentence form, the first letter is capitalized and the following word is lowercased but with the proper nouns and other words must be generally in capitalized word. We are going to convert the string to sentence case. For example, the user comment to a webpage, it will display the string into the web page but you cannot, sure enough, the text from the user is properly formatted or not.

Simple jQuery Time Picker

Submitted by alpha_luna on
In this article, we are going to learn how to create Simple jQuery Time Picker on your web page. We are going to use simple and lightweight jQuery plugin to create this. It consists a 24-Hour or 12-Hour format from your time picker to your text field when the user clicks on. Download the full source code below then try it.

Submit PHP Form without Page Refresh

Submitted by alpha_luna on

Submit PHP Form without Page Refresh

In this article, we are going to create on how to submit Submit PHP Form without Page Refresh using jQuery and Ajax. We are going to use these two functions so we can submit PHP Forms without any refreshing in our page and we are going to use the $_POST request in PHP. Let's do this:

Creating Simple HTML Form

Kindly copy and paste to your BODY tag of your page.

Ajax Login Form with Bootstrap, jQuery, and PHP MySQL

Submitted by alpha_luna on
In this tutorial, we are going to explain how to create Ajax Login Form with Bootstrap, jQuery, and PHP MySQL. For my Registration tutorial post using Ajax and jQuery, this is my continuation tutorial that I am going to create a simple yet useful login form with Bootstrap. The users type their email and password to log in and all the process will be done without web page refresh.

Feedback Form Script with Captcha Code

Submitted by alpha_luna on

Feedback Form Script with Captcha Code

If you are looking for Feedback Form Script with Captcha Code in PHP then you are at the right place. I will teach you to step by step on how to create a feedback form with captcha code using PDO in PHP. Also, you can learn how to generate a random code and you can use this to protect your web page from random spammers.

Image Overlay Preloader using DIV in CSS

Submitted by rinvizle on
In this tutorial, we will create a Image Overlay Preloader Using DIV In CSS. It provides a friendly user interface using Bootstrap and CSS. We create a CSS snippet for displaying a preloader over div content. And its not only for the list of content, you can use it for every case where you want to overlay something on the content. Overlaying image on div is a most used featured. To fetch the content server takes some time and user does not understand what happening behind the scene.

Bus Dispatch and Information System

Submitted by alpha_luna on

Bus Dispatch and Information System

This Bus Dispatch and Information System is created to manage the schedule of the buses in every branch location. For all passengers, they can view the scheduled of the buses on the tv screen in every bus terminal. Whether the bus is On Travel, Arrived, Delayed, or Cancelled trip.