Purchase Request Tracking System - PHP/MYSQL

Submitted by gebbz on
The scope of the project includes: -The web application is able to allow end users or requestors to sign up for an account. -The web application can be able to record purchase requests done by the users to be submitted to the SPU Office and Authorized Personnel. The users will input their requests in the web application. -The web application administrator or the SPU Staff is responsible of

Simple Way to Get All .txt Files in the Directory Using VB.Net

Submitted by janobe on
In this tutorial I’m going to teach you how to get all .txt Files in the Directory Using VB.Net. This method will surely help you to retrieve all .txt file in a specific directory and display it inside the listbox. This simple program can be easily done in no time. See the procedure below to find out how it works.

How to Add Status Bar Inside the Toolbars in VB.Net

Submitted by janobe on
In this tutorial you will learn on how to add status bar inside the toolbars in VB.Net. But, let’s briefly tackle first what is a status bar? It is a graphical control element that is usually used to display certain information that can be found at the window’s bottom. Now, all you have to do is follow the steps below to see how the status bar is added inside the toolbars.

PHP - Save Image Data By Dragging Using Ajax

Submitted by razormist on
Learn on how to create a Save Image Data By Dragging Using Ajax. A simple Ajax technique that can drag and drop the image and retrieve the image data. This can be use when you want to store data to the server without typing you just drag the object to the target zone, and it will automatically store the data to the database.