How to Create Slide Out Navigation Panel using jQuery

Submitted by alpha_luna on
In this tutorial, we are going to create Slide Out Navigation Panel using jQuery. This is a jQuery menu plugin that creating off-screen side panel menu navigation that every time you click the trigger it will slide out from the left side of your simple page that you created and your body content will move to the right of your page.

How to Calculate Years Between Two Dates in jQuery

Submitted by janobe on
When you are struggling to calculate your age by your date of birth, now here's a solution to your problem. In this tutorial, I will teach you how to Calculate Years Between Two Dates in jQuery. This is a simple yet powerful method of calculating date interval by years. Simply follow the step by step guide below.

Let's get started:

Step 1. Create a landing page and name it "index.php". Step 2.

Google Searches For 60 New Web Rangers

Submitted by Van Ledesma on
60 new web rangers will be chosen by Google in its goal to make the use of internet more beneficial and a way for honing users' skills. In support of its digital literacy campaign, Google is now on the go for scouting 60 young Filipinos who are very much willing to upgrade their skills and has the innate love for a more useful and better use of what the online world offers. The head of

Flip Effect: Log In and Sign Up

Submitted by mark gerryl mi… on
Simple login and sign up form built in bootstrap. A flip effect to change from login form to signup form. Easier to direct to other forms without reloading the page. Another way than using the tab class. Hope you like it. Sample Source Code This simple source code for the Log In Form for the user, where they can type their username and password to log in​. LOGO Forgot Password LOG IN Sign in with

Electronic Tattoo to Monitor Muscle Activity.

Submitted by Richan Beran on
Tattoo's are becoming a popular phenomenon that is seen everywhere. The increase of popularity of tattoo or the body art has also increased of Hepatitis, especially Hepatitis C is spread by contact with human blood. This innovative tattoo which is more advanced than anything. According to a report, researchers have developed a thin, flexible electrode that can measure electrical signals on the

Linux On Making Computer Use A Lot Easier

Submitted by Van Ledesma on
Computer usage is like counting 1,2,3 for some while for others it's a whole new thing to be learned. Most especially to those who were not used to it, it's going to be a crack on the nutshell that a friendly operating system would really be a big help. Linux has recently been reported as a system that provides freedom, security, and easy access. Way back in 1991, mixed-up with the GNU software of

How to Save Data in the Database Using Visual Basic 2008 and SQL Server 2005

Submitted by janobe on
This time, I will show you how to save data in the database using Visual Basic 2008 and SQL Server 2005 Express Edition. Using this method, the data will be saved in the database and It will also display the data that you have been saved in the database to the Datagridview. See the step by step procedure below.

Let's Begin:

Step 1. Create a database in the SQL Server 2005 Express Edition and name it "userdb". Step 2.

How to Create Username Availability Check using PHP

Submitted by alpha_luna on
In this article, we will tackle about Username Availability Check using PHP. This example is common to all of us, and it is popular in the websites. Like “Facebook”, “Gmail”, and etc. If you are creating your user account, after you input the username in the TextBox the script will check if it is an available username or not. NOTE: These list of username is not available in this source code example: "rolyn02", "mark111", and "billGates".