Tutorials

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.

Bootstrap Navigation Bar With Multi-Level Dropdowns

Submitted by rinvizle on
This tutorial we will teach you how to construct or create a responsive Bootstrap Navigation Bar With Multi-Level Dropdowns. With Bootstrap, a navigation bar can extend or collapse, depending on the screen size. A standard navigation bar is created with a class called "navbar navbar-default". Navigation bars can also hold multiple dropdown menus.

Blog Post Slider

Submitted by rinvizle on
In this tutorial we are going to create a Blog Post Slider that shows the latest post of your favorite blogs. We will be using jQuery, PHP and XSL. We will apply XSL to transform the feed into HTML and cache the result for subsequent use.

Secure Login and Registration

Submitted by rinvizle on
This tutorial we will teach you on how to build a Secure Login and Registration system whereby users of your websites will be able to create their accounts, log in with their valid information so as to access their various accounts. Users information during sign up process are validated and stored in the database. The system validates new users for duplicate email addresses and performs valid authentication during registered users log in.

Facebook Like - Timeline Design

Submitted by alpha_luna on

Facebook Like - Timeline Design

In this tutorial, we are going to create Facebook Like - Timeline Design using jQuery and CSS. We all know, timeline design already exist on a social networking site and it's called Facebook. In this case, we are going to discuss how to design timeline in our web page in a simple and easiest way using jQuery, CSS, and JSON file for the data.

Password Strength Checker

Submitted by rinvizle on
This tutorial we will teach you how to construct a Password Strength Checker that gives the users feedback as to whether their password has sufficiently met the complexity requirements. A strong password is critical to account security and this tutorial teaches you how to design a system that gauges password strength using jQuery.