The latest articles by David Webb

  • How to erase CD rw: Windows 7

    Windows 7 can erase rewritable CDs or DVDs without the use of a third party program. In this short guide, we will show you how to do this.

  • How to create portable version of Minecraft: Windows 10

    This article discusses some tricks for playing Minecraft. It is important to note that the tricks will only work on an original version, not a pirated one. Minecraft is inexpensive and DRM-free and you can keep a portable version of it on your USB key. To run the game without an internet connection, you must have Java installed on your system. In this article, we will show you how to create a portable version of Minecraft.

  • Change picture mode: on LG Smart TV

    The picture mode on a TV has to do with the dimensions of the image that your TV displays. Like most other TVs, the LG Smart TV allows you to change the default dimensions. This tutorial will show you how.

  • How to create UserForm: in Excel, VBA

    Create a UserForm containing a dynamic number of controls and make sure they are being triggered by certain events. To achieve this result, we will use a UserForm and a class module, and assign any control dynamically created in the userform to the class module. Finally the aim of this tutorial is also to obtain a single module and make the calling function as simple as possible (limited to 2-3 lines of code). Read on for the code.

  • How to view desktop site: on mobile, on Android

    Android allows you to customise how you would like to view websites on your phone or mobile device. This setting allows you to switch from a website's mobile site to its desktop version with ease, making good use of the larger Android phone screens. Read on for a step-by-step.

  • How to activate a pirated version of Windows?

    You have installed a pirated version of Windows and you have decided to purchase a license of Windows and get on the right side of the law but now you're wondering, how to proceed? Re-install Windows and everything else (software, drivers etc)? Read on for our guide.

  • How to create commands in Linux?

    Linux operating system allows users to create commands and execute them over the command line. To create a command in Linux, the first step is to create a bash script for the command. The second step is to make the command executable. This tutorial will walk you through both steps and show you how to create your own command in Linux.