How To Customize Xojo Web 2

Beginners seem to be facing issues to change the built-in Web 2 Bootstrap template of Xojo Web 2. If someone is not used to it, it is indeed difficult to learn CSS in parallel to absorb all the new functionality of Web 2. Understanding the basics There are many possible workflows to get the job done, and many can be achieved, without touching any third-party tool but by using the developer tools of your browsers. ...

November 24, 2020 · 15 min

Action After Increasing A Volume on Digitalocean

Increasing the size of a volume, connected to your droplet, is easy with digitalocean. Note that it is recommended to shut down your connected droplet before resizing a volume. The only issue is that though you increased the size of your volume, the newly available space will not reflect into any of your droplets until you have changed the partition table. But this is as easy as running one simple command if your partition is ext4-based: ...

October 19, 2020 · 1 min

Installing PowerShell on macOS

PowerShell Core 6 supports macOS 10.2 and beyond. There exist different ways to bring PowerShell to your system, the easiest setup is most likely to install it via homebrew, as most macOS users are using it as their favourite package manager. Once brew is installed, open a terminal window and run: brew cask install powershell This command will install the latest version of PowerShell on your Mac. You can run (now and in future) the following command to keep your installation up to date: ...

December 25, 2019 · 1 min

How to install MkDocs on macOS

MkDocs is a fast, simple and downright gorgeous static site generator that’s geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. The following guide is showing the installation under macOS. More information can be found at: https://www.mkdocs.org Paste the below code in a macOS terminal session: /usr/bin/ruby -e "$(curl -fsSL [https://raw.githubusercontent.com/Homebrew/install/master/install)](https://raw.githubusercontent.com/Homebrew/install/master/install%29) Installing pip If you’re using a recent version of Python, the Python package manager, pip, is most likely installed by default. However, you may need to upgrade pip to the lasted version: ...

August 5, 2019 · 1 min