With recent updates to Webex Meetings desktop app, using a third-party virtual camera app has been restricted. However, you are able to use the virtual camera with the Webex Meeting web app in a Firefox browser. At the time of writing, I was able to make this work using the CamTwist app, Firefox browser on my MacOS Catalina.


Drupal 9 is here! I’ve been working with Drupal for the past seven years now and have grown to love it. I started out with Drupal 7 and although it was a steep learning curve from what I was use to building sites with, it got easier once I got deeper into the code and understood the architecture of the software and API, especially with Drupal 8.

There are multiple ways to update your Drupal 8 installation but I prefer using composer for ease of use. However, if you have multiple PHP installations on your system, composer may use the wrong PHP version. Typically, you would update your Drupal 8 installation like this:

With everyone staying at home due to the current COVID-19 pandemic, communication through the internet has certainly increased greatly, either through video, email or text messages. I use text messages a lot and have grown fond of Telegram Messenger app to chat with family and friends. One of my favorite features of Telegram is stickers, and as an iPhone user, I created my own memoji and use it within Telegram, but I thought it would be more fun to make my memoji as stickers! Here's how I did it.

When logged in to a Webex Meeting, it is important to have a correct profile name to be identified and addressed properly. Follow the steps below to change your profile name.
Note: You must have an active Webex Account. If you don't have an account yet, you can Sign-up for a free Webex account.

File and folder permissions can be a problem sometimes and can cause errors when not set properly on your server.
For WordPress installations, you can set the proper permissions with the following commands:
Set all directory permissions:
find . -type d -exec chmod 755 {} \;
Set all file permissions:
find . -type f -exec chmod 644 {} \;

The Sequel Pro app only allows a single .sql or a compressed .sql.gz file to be imported, but what if you have hundreds of .sql files to import from your Drupal or WordPress backup?
The solution is to combine the .sql file into one using the cat command.

Cisco Webex Meeting is one of the most used application to hold a video conference through the internet. No matter where you are in the world, as long as you a decent internet connection, you will be able to communicate and collaborate with your colleagues.
We use Cisco Webex Meeting at work and for church for meetings or team collaborations on projects and events. So when invited to join a Webex Meeting, you can follow the simple steps below.
Cisco Webex offers a free plan to allow users to meet online! At this time of writing, the free account allows you to host up to 100 participants in each meeting for an unlimited amount of time. Follow the steps below to sign-up for a free Webex Meeting account.

It's 2020 and I've decided to start my own site, finally! I've been a web developer throughout my career with an Information Technology degree. My knowledge and experiences have grown throughout the years and still continues as the internet rapidly progresses.
This site is an amalgamation my presence in the web and I'm hoping to share what I've learned in the many topics of technology in web development, computers/internet, games, mobile, software and others that are hopefully interesting. I look forward to also helping those venturing in the same path as I am.