Tutorials

Creating a Live Filter with Multiple Options using Checkbox with jQuery

Submitted by alpha_luna on

In this tutorial, we are going to create a Live Filter with Multiple Options using Checkbox with jQuery. Many projects or systems need this kind of function for fast filtering the data from the database. Filter functions are very common to us, in other cases when you use the filter function it also loads the whole page. In our case, we are going to create a live filter with multiple options using the checkbox without load the whole web page. You can also check the live demo of this simple tutorial, so you can get an idea and you can try this out.

Library Management System with Barcode using PHP with Source Code

Submitted by alpha_luna on

Hi guys! I have here a Library Management System with Barcode that was built for Valladolid National High School. This system is simple yet a useful system that I create using PHP/MySQL that uses barcodes for the borrowing books. This system I created may help you with your future projects. Also, for the beginners who really want to learn basic coding in PHP/MySQL. It is a user-friendly kind of this system.

Creating a Simple Shopping Cart Application Using AngularJs

Submitted by razormist on

In this tutorial, we will create a simple Shopping Cart Using AngularJs. This simple application purpose is to add the product that the buyer wants to buy, and will be listed to the cart waiting to be paid. We will try to use angularJS to implement this simple task in a different way. The directives within the AngularJs made this application a little bit simpler but full of functions that can be declared like jquery libraries.

PayPal Express Client-Side Checkout in PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to integrate Paypal Express Checkout using Client-Side API. Most E-commerce sites' payment method is with the use of credit card but if you want to integrate another payment method which is using Paypal, this tutorial will surely help you out. Paypal, as per the site description, is the faster, safer way to send money, make an online payment, receive money or set up a merchant account.

Creating a Login and Registration form in PHP and SQLite using PDO

Submitted by razormist on
Learn how to create a Login And Registration To Sqlite Using PDO. A simple PHP code that can log in and register an account using SQLite database. This code can be implemented when your system needs user verification before proceeding to the main page.

Simple Student Membership System with Captcha Code Tutorial Source Code

Submitted by alpha_luna on

Student Membership System

This simple Student Membership System helps the admin to register all the students to have a record of data in their school campus. This simple system has a registration form for the user and we have captcha code confirmation. For the faster transaction to register all the students, you can also network the system to have multiple students registering in a short period of time. This Student Membership System is user-friendly.

File Handling: How to Open a Text File in Visual Basic.NET

Submitted by joken on

In this tutorial, I’m going to show you how to open a text file using Visual Basic. A text file is considered as a plain text and the only capable of creating plain text files and save it to .txt extension is notepad. So to start with this tutorial, open first a visual basic and create a project named “FileHandling”.