Number to Bin Converter Using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a number to binary converter. You can also convert it to hexadecimal and octal representation. To use this simple code just download the source code below. Instructions First, we will be writing our html code. Insert Decimal Number: This will be our javascript code. Finally, you have created a simple converter of number to binary. For more

Project on a Computer Remote

Submitted by Limon Kanti Dey on
By using TV remote we can control TV easily.Such as we can move one channel to another channel,stop TV and so on easily.Project on a Computer Remote is made by me. By using this project we can control our computer/laptop easily like TV remote.Such as: 1).we can go any drive easily. 2).we can shut down and re-start our computer/laptop easily. 3).we can shut down and re-start our computer/laptop on

Hotel Reservation System

Submitted by cjpalomo on
This system used for booking of room in easy and fastest way. The system created using css bootstrap for the style of the system features. Hotel reservation system features are the following: Client Side: - Home Page - Login Form - Registration Form - Booking - Room Picture Admin Side: - Login Form - Home Page Profile of Every User - Reservation Transaction - Adding New User - Adding Main Room -

Complete Inventory Management Software version 5.0.0.0 [GST Updates]

Submitted by Raj.Sharma on
This Project written in VB.NET as front end and MS SQL Server 2008 r2 as Back end. Changes Log in v4.0 : 1. Barcode Support 2. Barcode label printing module 3. Purchase return module 4. Sales Return Module Main Features are: Master Entries : Company Info Company's Contacts Category Sub Category SMS Setting SQL Server Setting Customers Management Suppliers Management Products Management Expense

Byte Calculator Using Javascript

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a byte calculator using javascript. Just download the source code below and follow the instructions. Directions First we will write our html code. Bytes Kb Mb Gb This will be our javacsript code. You have successfully created a simple byte calculator that you can use in your system. For more information, suggestions and questions just comment

How to Make Delete Multiple Rows Using PHP

Submitted by whello199 on
Creating a website which and add an ability to delete multiple rows at a time? This tutorial is a perfect outlet for you to learn and implement the function. we will look on how to delete multiple values from a database using PHP. In order to do so we will be using MySQL along with PHP. You can find more about object oriented approach to CRUD Operations. Overview The tutorial requires to create