Program Flowchart – Online Inventory Management System

List of Flowchart: System Flowchart Program Flowchart (Admin Dashboard) Program Flowchart (Admin User Management page) Program Flowchart ( Admin Add New User ) Program Flowchart (Admin Edit User) Program Flowchart ( Admin Category Management Page) Program Flowchart (Admin Brand Management) Program Flowchart (Admin New Brand) Program Flowchart ( Admin Edit Brand) Program Flowchart (Admin product … Continue reading Program Flowchart – Online Inventory Management System

Dynamically populate Select menu for region, province, and city of the Philippines

Technical Details MYSQL Generated from MySQL 5.6.21 Credits National Statistical Coordination Board     For Region: SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for refregion -- ---------------------------- DROP TABLE IF EXISTS `refregion`; CREATE TABLE `refregion` ( `id` int(11) NOT NULL AUTO_INCREMENT, `psgcCode` varchar(255) DEFAULT NULL, `regDesc` text, `regCode` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM … Continue reading Dynamically populate Select menu for region, province, and city of the Philippines

Web Development

What to learn in Web Development? Full stack web developer guide: Tools & software Text editor  VScode Atom Sublime Text Good Browser  Chrome or Firefox Image Editing  Photoshop GIMP Deployment Tools FTP client SSH tool Cloud Storage Dropbox Google Drive TECHNOLOGIES HTML / CSS Learn before ANYTHING else Building blocks of the web Every websites … Continue reading Web Development

The Web Development

Study: A proposed Methodology for Web Development Authors: Debra Howcroft and John Carroll IS Research Centre, University of Salford A proposed Methodology for Web Development It has been almost impossible to escape the progress of the Internet since the birth of the Web during the early 1990's. There is an almost 'siege mentality' [1] as businesses and organizations … Continue reading The Web Development