Best Hotel Management Software |Hotel Management System

Submitted by vaibhav02 on
This Hotel Management System is Best Hotel Management Software Developed using VB.Net as Front end and Sql Server as Back End.This Hotel Management System Includes All The Features Required In Hotel Software. For Example : Reservation Front office Point of Sale( Restaurant,Bar,Room Service,Accounting,Laundry,Inventory,KOT System,House Keeping and Many More) Hotel Billing Software is widely used

PHP/MySQL Simple Water Billing System

Submitted by rinvizle on
We will teach you how to create Simple Water Billing System. This simple system uses for recording the water consumption every month you use, it also creates and total all your consumption from your previous record to the present. You can also generate a report for the billing process of your records from the beginning you started using this system.

Stream Your Instagram Photos to Your Website with jQuery

Submitted by abellavincentb on
When you post new photos and videos to Instagram, the script will automatically updates with the new content. 1.) Login to your instagram account here 2.) Get your instagram access token. http://instagram.pixelunion.net/ Demo: https://jsfiddle.net/m1as1mkw/ Download the attached file for the complete source code. Happy Coding!

Simple Registration Form with Session Capabilities

Submitted by jesse kariuki on
Greetings. I have always dreamt of submitting a code here on this platform for others to benefit from. Since I now have the opportunity to do so. Allow me without further ado to share a few details of what the program does. Register an account. Reset password to default: Maintain sessions through the application: Session caps. User cannot login to the application twice: TO-DO List: Email, SMS

"Compile error: The code in this project must be updated for use on 64-bit systems" error message

Submitted by admin on
This error happens when you run a function that is designed for 32-bit only system. If you program the function in Microsoft Access 32-bit system and run it on 64-bit version, you will most likely see this error. To fix this problem, all you have to do is add a keyword PtrSafe before the function name like the following: Private Declare PtrSafe Function GetComputerNameA Lib "kernel32" (ByVal

Login And Dynamic Menu (Using Stored Procedure)

Submitted by shiundu on
Login And Dynamic Menu (Using Stored Procedure) project will show you how to create a user login by use of stored procedure. I used visual studio 2012 and Microsoft SQL Server 2014. The project shows how one can create a dynamic menu from the database and load the menu based on user privileges. Though, not complete the project also shows how you can create a window start menu. The credentials for