How Session Works and How to create it PHP, MySQLi

Submitted by nurhodelta_17 on
This tutorial will teach you basic knowledge about php session and an example on how to create one. A session is a method used to store data in a variable that can be used in all pages in a website/php program. Most of the time, sessions are used to determine the user that access that system. In this tutorial, I will give you an idea on how to create a session to determine the user upon login

How to Create a Simple Login with Validation PHP/MySQLi

Submitted by nurhodelta_17 on
In this tutorial will show you how to create a simple login with user input validation using PHP/MySQLi. This tutorial does not include a good design but will give you an idea on how to create a simple Login using PHP/MySQLi. Creating our Database First, we're going to create a database that contains the user data. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "login". 3

A Simple Password Generator Using Django With jQuery

Submitted by razormist on
In this tutorial we will create a Simple Password Generator With jQuery using django web framework. Django is a free and open source web application framework, written in Python. The official project site describes Django as "a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

One of the simplest way to create websockets chat with php

Submitted by Виктор Трапенок on
I want to tell you about my Open Source project of comet server. It simplifies the process of creating chat and notifications for the site. The CppComet takes care of all the work of maintaining websocket connections and give simple api for sending messages from backend to frontend by websockets. CppComet is written in C++ and can handle many simultaneous connections.

Attendance Management System (Making per hour attendance)

Submitted by Gajendra kumar on

This is Android application which is used to take the attendance of students per hour. And by using this application, teacher can make note and also notification will come for notes which he/she make in application for taking class while taking attendance. Teacher can make list of students who all are present or absent and we can say this application is called as teacher's log book. This

Simple Animated Text Using HTML/jQuery

Submitted by razormist on
In this tutorial we will create a Simple Animated Text Using jQuery. The jQuery is a fast, reliable kind of cross-platform javascript library. It is designed to simplify the traditional way of coding in javascript. So let's now do the coding. Creating the Mark Up To display the animated text will need to create the mark up language, to do that open any kind of text editor(notepad++, etc).

Simple aplicación con OpenCV en Android Studio

Submitted by Cristian Brayan on
Un ejemplo del uso de openCV en android, aun hay un problema cuando carga el archivo haarcascade o LBP. Solo debe tenerse la versión de opencv 3.2 para android y linkearla correctamente. Solo use un archivo en C++ para que sea más fácil usarlo. Las configuraciones de librería usando NDK estan el el archivo CMakeList.txt

Lotto Number Generator

Submitted by nostradamus1566 on
This is a simple quick pick lotto number generator designed as an experiment to learn more about PHP programming. You can select how many balls are in the game, for example 6. Then select a range of numbers, for example minumum =1, maximum = 36. You can increase the range of numbers. Then click the "Generate Lotto Numbers" button to see what numbers the computer chose.