Online Ordering System

Submitted by Jeprox on
This Simple Online Ordering System has been written using PHP. You can add, edit, delete products, multiple ordering of products, can upload image product and can leave a message to the website and if you want to go to the admin page just type /admin in the URL. The main feature of this system is the shopping cart. db name: it.sql admin username: admin admin password: admin

Battery Information Program

Submitted by emery.paul.71 on
Hello all of you. This is my first post on this web site. This program help us to get the information of the battery of your laptop such as getting its percentage battery using C Sharp (C#) language. For more Information contact me. - Facebook: Emery Paul - Email: [email protected] [email protected] - Tel: +243999981461 - What'sApp: +243999981461 Best regard.

Online Public Access Catalog for Researches

Submitted by Jeprox on
Online Public Access Catalog for researches is for viewing and providing information about thesis, capstones and about the authors. It aims to give the students the proper reference that they will need and to know the location of the Special Projects made by the previous batch of students. The user can search by author, title, year and location. Admin Username: admin Admin Password: admin

How To Make Grid and List View Option Using HTML/CSS

Submitted by alpha_luna on

Good Day!!!

In this tutorial, we are going to learn How To Make Grid and List View Option. In this project, you can manage your content easily by viewing optionally. We have two types to view our content. We have Grid and List View in this project. For the ListView, it is item-by-item of records of names, things and others in our content or in the linearly ordered data structure. For the GridView, is a versatile control used to accept and display on a web page.

Contact Application

Submitted by Frankline on
Hello Friends, This simple contact application is an update of the earlier submitted version. In this application, i aimed at demonstrating the principles of serialization and deserialization. Make use of the following instruction to operate the system: 1. Click on file 2. Click open to display the existing contacts 3. Make use of the listbox for navigation 4. Each time you add a new contact to

Flat jQuery Side Bar Menu

Submitted by alpha_luna on
Related work: How To Make Simple SideBar Menu Using HTML JavaScript In this tutorial, we are going to learn another kind of flat sidebar menu using the power of jQuery with a simple CSS. This work, by the using of jQuery, you can easily create a functional flat menu design. You can easily indicate the menu items numbers displayed with their parent menu item. For the design, with the help of CSS

Falling Text Effect Using HTML JavaScript

Submitted by alpha_luna on

Good Day!!!

Today, we are going to learn about falling text effect, using HTML JavaScript. This script adds a simple twist to your regular text on your page. It will randomly falling or dropping the content text individually before the next text. You can use it in your site for it to have a simple headlines falling text effect. In this work of script, every content is wrapped in a LI element of this work. All animation is provided by the CSS3.

Responsive Side Bar Menu Using HTML JavaScript

Submitted by alpha_luna on
In this tutorial, we are going to learn about simple responsive side bar menu using HTML JavaScript. This side bar is applicable to any gadgets. You can use it in your certain site. It can cover up an unending number of sub menus, thus , gives infinite contents. This responsive menu can also be used with mobile devices of smaller screens for all the sub menus can just be stacked in the main menu.

How To Use Function checkdate() Using PHP

Submitted by alpha_luna on

Good Day!!!

In this tutorial, we are going to learn PHP function, and it's called "checkdate()". The checkdate() function returns true if the specified date is valid, and false otherwise.
A date is valid if:
  • month - is between 1 and 12 inclusive
  • day - is within the allowed number of days for the particular month
  • year - is between 1 and 32767 inclusive
This function has this form: