Month: February 2022

How to Fix error in Google_Client and Google_Service_Sheets in PHP Sheets API

After running this composer require google/apiclient:^2.0 in order to use the PHP Google Sheets API. Some of you may encounter this problem, such as getting error when typing Google_Client or using Google_Service_Sheets. To fix Google_Client error you only need to restart your Visual Studio Code. However, the error in the Google_Service_Sheets are still there and …

How to Fix error in Google_Client and Google_Service_Sheets in PHP Sheets API Read More »

How to Boost the Performance of Your Old Laptop/Desktop with ReadyBoost

What is ReadyBoost? ReadyBoost is a function that allows the system to temporarily store essential data on an external media. SuperFetch, a disk cache management mechanism in Windows that speeds up your system, is the primary driving force behind it. It is yet another bonus that arrived with Windows Vista. On Windows XP, however, there …

How to Boost the Performance of Your Old Laptop/Desktop with ReadyBoost Read More »

Best MS Office Alternatives

The Microsoft Office suite has been the longtime leader in office productivity software. It includes Word, Excel, PowerPoint, Outlook, and a handful of other office productivity tools. However, wide variety of alternative competitors have become increasingly attractive, not least because of more price-competitive licensing fees, and some are free to use. On the other hand, …

Best MS Office Alternatives Read More »

Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\google\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 67

If you encountered this problem, you can easily fix this by simply following instruction below. The problem with this is in PHP 7.2+ the parameter for count() can’t be NULL. The warning gets displayed when $this->handles equals NULL. So to fix this, just go to the CurlFactory.php file inside the vendor folder on your PHP …

Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\google\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 67 Read More »

Simple Tips to Make You More Secure Online

Cybercrimes are becoming more frequent, and unsuspecting users are more vulnerable than ever before. When one click can cost thousands, and even millions, users need actionable to-do’s that can help them stay alert and safe online. Here are the few simple tips to make you more secure online: Use two-factor authenticator Two-factor authentication can waste …

Simple Tips to Make You More Secure Online Read More »