Adding Mobile Data and Mobile Hotspot to Quick Settings

Quick Settings is the top drop-down panel on Android devices. The following will is a simplified guide for adding mobile data and mobile hotspot (and others: data saver) to quick settings on Samsung Galaxy Devices.

I can confirm this method still works with Android 7, 8, 9 and 10 with Samsung One UI 1.0 and One UI 2.0. This will work on both network-locked and unlock devices.

Continue reading Adding Mobile Data and Mobile Hotspot to Quick Settings

Overview of Seismic Survey

In the past (eg. 1950s), individuals with physics and mathematics degrees were trained to become geophysicists by companies and government institutions. Modern geoscience includes two major branches; geology and geophysics. Hundreds of universities across North America offer undergraduate BSc programs in geophysics. Geophysics can be defined as the mathematical approach to geology. It integrates both physics and natural geology into one subject matter. One of the most fundamental methods of geophysical data gathering is seismic survey.

Continue reading Overview of Seismic Survey

What is a well log?

A well log, also known as a petrophysical log is similar to a cardiogram, which records electrical activity of your heart. An electrocardiogram (EKG or ECG) does not provide answers to hearth problems. It provides an outlook into the state of the heart. The EKG is interpreted by a medical doctor to provide solutions to heart problems.

A well log records physical, chemical and other petrophysical properties of Continue reading What is a well log?

Database Management System for Online Ticket Sales

Database Management System (DBMS) of online ticket sale for the stage play “Kusa-Paba” at the University of Calgary Theater.

Abstract and Project Description

The University of Calgary Theater has 500 available seats. This particular DBMS is built to allow users to order and purchase tickets online. Tickets sold by agents can also be entered to the system using the agents’ interface. Only a designated set of seats are available for sale. Some are as for reserved guests and others are designated as House Seats hence they are not available for sale. The designated seats for sale are categorized for different price levels; $50.00, $30.00 and $20.00 (Figure 1). The price levels are further broken down for adults and children.

Continue reading Database Management System for Online Ticket Sales

Maximum Input Variables WP Error

The max_input_vars limitation error is a very common issue that most WordPress web developers and website owners may encounter at some point in their career. Few days ago, my website also experienced the same problem. The solution is very simple; increase the value assigned to max_input_vars in the PHP configuration file on the web server. However, depending on server setup, you may have to do few more things to get this problem fixed.

Continue reading Maximum Input Variables WP Error