Facebook Wall Script Clone (What’s On Your Mind)

Submitted by GeePee on
In this tutorial I’m going to show you how to add a Facebook-like Activity Stream or commonly known as “What’s on your mind?”. This will application will allow the user to enter their thoughts or and post it into the site wall. To start in this tutorial, we’re going to set up first our database table.

Calculate Number of Days in a Month using PHP

Submitted by alpha_luna on
PHP cal_days_in_month() The cal_days_in_month() it function to return the number of days in a month of a specified year and calendar. This is the form of this function: cal_days_in_month(calendar,month,year) calendar (required) Specifies the calendar to use month (required) Specifies the month year (required) Specifies the year Example: The following example shows the basic on how to use the cal

Uploading of Photos using Advance PHP

Submitted by GeePee on
In this tutorial I’m going to show you how to upload photo using PHP/MySQL, and this tutorial is a continuation of our previous topic called Social Networking Site: Simple Uploading of Profile picture in the home page. But in this time we’re not going to use the “home.php” file instead, we’re going to create a new page named “upload_photos.php”.

How to Create a Page Navigation (Pagination) using PHP/MySQL with Twitter Bootstrap

Submitted by GeePee on
In this tutorial, I'm going to show you how to create a simple Page Navigator or a Pagination using PHP and MySQL Database with Twitter bootstrap. If you are a web developer or you want to learn about programming, it is very important to know about Pagination with PHP and MySQL. Using the pagination with PHP, it allows you to paging the data into number of pages. To start with this application, first we need to set up our framework and file directories. This time, you need to download bootstrap framework.

Playing YouTube video with the twitter bootstrap framework

Submitted by GeePee on
In this tutorial, I'm going to show you how to embed YouTube video in a web page using the twitter bootstrap framework. Since we will be using bootstrap for convenient and nice looking web application. First you need to download the twitter bootstrap framework. Then after you download the twitter bootstrap, extract and copy the files such as: css, fonts and js folder.

Retrieve Database Tables from MySQL Database using Visual Basic.Net into ComboBox

Submitted by GeePee on
In this tutorial, I’m going to show you how to create an application that will load all the MySQL database and store it into a combobox displaying all the table fields in the datagridview. To start in this program you need to open visual basic and create a new application and name it as “dbcreator01”.