ASP.NET Data Grid and Crystal Reports

Submitted by shiundu on
This web application system is helpfull to beginners who would wish to learn how to display data from sql server database on a datagrid and the use of master pages in asp. The project is simple to learn with different method of fetching data: 1. Stored Procedures 2. Sql querries 3. Datasource method Remember to the the web config connection string to your local database instance.I used the sql

Login Page with Shake Effect

Submitted by RobertSoriano on
This is a simple Ajax PHP login with welcome page using MySQL database and PDO query that will save you from sql injections. If the user log ins with the wrong username or password, the login box will shake. To begin, follow given steps: 1. Extract files and put the folder shakeLogin in your www(wamp) or htdocs(xampp) directory. 2. Open phpmyadmin and create a database named `wall` 3. Go to that

Social Networking Site Project Setup

Submitted by GeePee on
In this tutorial, I will show you how to set up our project before we start developing a several web pages. First lets create a folder name “philsocial” inside our web server. Since we will be using a Twitter Bootstrap framework, and if you don’t have a copy of this, you can download it here. After downloading, you need to extract it and copy the following folder such as assets, css, fonts and js.

Social Networking Site: Simple Uploading of Profile Picture in the Home Page

Submitted by GeePee on
In this tutorial, I’m going to show you how to upload profile picture in the home area, and this profile picture will still be available even your navigating in different pages. To start with this application, open our project in local server and look for the “home.php” and open it. This home page will you show when you successfully logged in.

Validating and Saving a New Member (Advance PHP)

Submitted by GeePee on
In this tutorial, will be focusing on using advance PHP through Object-Oriented Programming approach. Using OOP approach it provides a clear modular structure for programs which it good for defining abstract data types and it makes easy to modify existing code as new objects can be created with small differences to existing ones. This time let’s create a new PHP file named “member.php” and save it inside includes folder.

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.