CRUD Using Angular and Firebase

Submitted by gebbz on
Scope of a project: - Form design using reactive forms - Firebase crud operations - List records in angular 6 table - Angular 6 table filter operation - Sweetlalert popup integration How to run project? This project was generated with Angular CLI version 6.1.2. -Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source

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.