Tutorials

Responsive CSS Carousel

Submitted by rinvizle on
This is a simple Responsive Web Page using CSS Carousel. In this tutorial you will learn how to create a responsive web page and has a carousel design that makes the picture or the banner move or having a slideshow of every picture. As I said the Carousel plugin is a component for cycling through elements, like a carousel (slideshow).

Search Address Autocomplete with Link to a Map

Submitted by alpha_luna on

Search Address Autocomplete with Link to a Map

If you are looking for Search Address Autocomplete with Link to a Map then you are at the right place. We are going to use the Leaflet JavaScript library to display those places in the map automatically that the user enters their desired address to search in the Textbox.

Instagram Status Post

Submitted by rinvizle on
In this tutorial we will create a instagram status script post in PHP and Javascript. This project creates a post message that you can comment or reply in every statuses that the user posted. And their are features that you will like delete post or you can comment to the other people post and it is real time process of the data so the user will know what day and what time did the user posted or created the status. This project is related to all SNS system that creates and shows the data to other user of that system.

Student Record Archiving in Microsoft Access

Submitted by rinvizle on
In this tutorial we will create Student Record Archieving in MSAccess. When you deal with a lot of Microsoft Access data, involving many records in your database tables, you may not always wish to have all of that data stored in the one main table, that is accessed on a regular basis. You may need to regularly archive your Access data so that you are only dealing with the most current up to date records.

Updating Using Radio Button - Checkbox and Dropdown List

Submitted by rinvizle on
In this tutorial I will you will learn about updates and how to save data in Mysql , display the information from MySQL, and most important How to update radio button, Checkbox and dropdown list in PHP and MySQL.This simple updating using radio button, checkbox and dropdown list in PHP and MySQL. This project creates a registration query through the form and automatically connect in the mysql to create database. And you can update and delete the data even if you are not in the database.

Simple jQuery Image Zoom

Submitted by rinvizle on
In this tutorial, I will teach you how to create jQuery Image Zoom. It is a simple and easy to use jQuery image zoom that enlarge your images on mouse over, grab, click or toggle. And jQuery image zoom has a plugin. Simple jQuery image zoom lets you partially clip and confine large images on your site to a smaller container to save space, with the hidden portion accessible by dragging or panning inside the image.

Responsive Navigation Menu using jQuery and CSS

Submitted by alpha_luna on

Responsive Navigation Menu using jQuery and CSS

If you are looking for Responsive Navigation Menu using jQuery and CSS then you are at the right place. I created this simple tutorial using jQuery and CSS, and this kind of tutorial I found in Github, then I used this in my project and it was very helpful to me.

Simple Password Safety using MD5 Encryption in PHP

Submitted by rinvizle on
In this tutorial we will create a simple safety password using MD5 encryption. PHP offers the md5 function which calculates the MD5 hash of a string using the MD5 Message Digest Algorithm. This algorithm takes a string and generates a 128-bit fingerprint of the input string. MD5 is a one-way encryption which means that you cannot decipher the fingerprint to get the original string. Yet another feature of MD5 is that the algorithm will always generate the same fingerprint for a given string.