FreePHP: Attendance System <Basic>

Submitted by DavaoCloudStudio on
Basic Attendance System build from PHP & MySQL database. __________________________________ * DEX Connect - Management Authority * 1. Administrator: > (Admin)Dashboard - View Attendance Report - Print/Export PDF > View/Add/Edit/Delete Directory - Print/Export PDF - View/Add/Edit/Delete Active Users - Print/Export PDF - View/Add/Edit/Delete Admin User - Add/Create/Delete Active Users > SuperAdmin

School Management System with Bulk SMS Support

Submitted by ramos.cj360 on
School Management System with SMS Support developed using Visual Basic with MS Access Database. The key features of this application are as follow 1. Admission, Registration and Evaluation (Requirements Check) of students. 2. Student Assessment Form wherein students are assigned to particular school department, year level and section. 3. Accounting / Cashiering - a module used to manage student

Introduction to JAVA

Submitted by moazkhan on

Introduction to JAVA

In this tutorial you will learn: 1. Setting up the Programming Environment 2. Setting up IDE 3. Basic JAVA Overview 4. Basic JAVA console Program Before starting coding you need to first setup the environment for coding. For that first go to Google and download JAVA development kit (JDK). Using this link. Download JDK After downloading you simply need to install the JDK.

Learn Basics of JAVA in 15 days

Submitted by moazkhan on
In this book, you will learn the basic of Java programming. Java is now become the most widely used programming language in the world. Its multiplatform support is the foundation why it becomes widely used language to most programmer. If you want to learn android programming, this tutorial will greatly help you in one way or another. Even if you don’t have any knowledge on C/C++. This tutorial will cover basic programming about Java. So stay tuned and master Java programming in 15 days.

Customized Border Image in CSS

Submitted by GeePee on
This project will teach you how to create a customized border image in css. You can use your own image to be set as border. We have to simply set the border-image properties like border-image-outset, border-image-repeat, border-image-slice, border-image-source and border-image-width. You can experiment on your own and use my project as an example. Hope you learn from this.