Social Networking Site: Reusing of Codes using PHP Include

Submitted by GeePee on
In this tutorial I'm going to show you how to reuse of codes using PHP includes, this including of files saves a lot of work. Since we are using a standard Header and Footer this is the best time to apply this concept. So that later on, if you need to update the header you can simply update the header include file not all the pages that has same header. To start with tutorial, open first our project called “philsocial”.

Social Networking Site: Loading the User Basic Information

Submitted by GeePee on
This tutorial, is a continuation of our previous topic called “Social Networking Site saving basic Information”. But this time we’re going to focus on how to load all the save information from the database. And it looks like as shown below: To start with this tutorial, open our project folder and select the file called “info.php”.

Technology Resource Inventory System (TRIS)

Submitted by Jonald_Remus on
Hi every one. I have my Capstone Project known as technology Resource Inventory System (TRIS). This system have lots of useful functions for u to use. This system also has a responsive design compatible with mobile devices. The functions of this system are: For the admin side of the system •Add, Delete,device name like keyboard, monitor, •Add, edit, device information •Add, edit, Location •Assign

How to create a Simple Registration Form Using Modal

Submitted by GeePee on
In this tutorial I'm going to show you how to create a simple registration form using Modal. Instead of creating new web page for a registration form, we will use modal so that we could save memory and space in our web directory. To start with application we need to download first a twitter bootstrap framework for this we’ll be using it for this application.

Applying Object-Oriented Programming in PHP Pagination

Submitted by GeePee on
This tutorial is a continuation of our previous tutorial called “PHP Pagination”. At this time we’re going to focus on how to perform Pagination using Object-oriented Programming in PHP. Using this OOP we can minimize our code in creating a PHP pagination in our all web pages especially when we are developing a big system. To start with this application, open our file in the document root called “pagination”. Then, we are going to create a new folder called includes.

Social Networking Site: Adding a Delete control for Comment and Sub comment

Submitted by GeePee on
This tutorial, is a continuation of our previous topic called Social Networking Site: Adding a Sub-comment to a specific Post. But this time, I’m going to show you how to add a delete command of comment and sub comment. To start with this course, open our philsocial folder from the document root and open the home.php file. And inside the well class above all of the codes for comment and sub-comment well creates a function called “date_toText”.

OOP C# and MA

Submitted by meftah on
This is an example project using OOP C#. Hope this system can help you in your future project. Below are codes used in this system. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.OleDb; using System.Collections; namespace employeesapp { class employee { public string EmpID; public string Name; public string Jobtitle

Advance Android Project Management and Browser

Submitted by elinet on
This project source code will help you write an android application for search, delete, update, connection to the internet, a mini browser, posting data to the web server. This project is written to assist those beginners in android development environment to boost their coding ability as the project offers much more than listed here.