Animation Iteration Count in CSS

Submitted by alpha_luna on
In this article, we are going tackled about Animation Iteration Count in CSS. What is animation-iteration-count? Let's discuss a animation-iteration-count. The animation-iteration-count property specifies how many times an animation should be played. Syntax of this property: animation-iteration-count: number | infinite | initial | inherit ; Property Values number - it specifies a number that

Fortress College Library System

Submitted by janobe on
Fortress College Library System is made of Visual Basic 2008 and MySQL Database for the database. Having this system, transactions of borrowing and returning of books can be done fast. It's hassle free and the in and out's of the books can be tracked accurately. This system can also detect the late returning of books with penalties. That's why borrowers have to return the books at the exact time

Restaurant Billing Software

Submitted by [email protected] on
Restaurant Module Quick Restaurant billing , Bills & Receipts Food costing of dishes with profit ratio Many reports for day to day management of restaurants such as raw materials, sales, stock, etc. Table Change Waiter Change Order Cancel Day , Monthly Report Waiter Sales Report Back end Mysql Server Server Name :localhost Server Username :root Server Password: DatabaseName:hotel Admin Login

Log In and Registration Form using MD5 in PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Log In and Registration Form using MD5 Encryption in PHP/MySQL. The features of this simple program, it has a registration form for a user and it has an input validation that the empty field is not allowed same with the login form and the password are encrypted using MD5.