Creando Ventanas JavaScript (Objeto Window) 2/3

Creando Ventanas JavaScript (Objeto Window) 2/3

Tiempo de lectura: 2 minutos Reading time: 2 minutes Hi everyone, Continuing from the previous post Creating JavaScript Windows (Window Object) 1/3, in this case, the only thing we’re going to add is a button that performs the same function as the close button of the window itself, which is to close the current window. <html> <head> <script> function openNewWindow(windowName) … Read more

Connect a WordPress website with AdSense to display automatic ads.

Connect a WordPress website with AdSense to display automatic ads.

Tiempo de lectura: 3 minutos Good afternoon, in this post, I am going to explain how to connect AdSense to our WordPress website with automatic ads to monetize it. Below are the steps you must follow: Add the URL of our website and click on Save and continue. Once connected, the following screen will appear, where we will click on … Read more

How to Install and Use GitBash (Windows) for GITLAB and Other GIT Services

How to Install and Use GitBash (Windows) for GITLAB and Other GIT Services

Tiempo de lectura: 2 minutos What is Git Bash? It is an application for Microsoft Windows environments that offers an emulation layer for a Git command-line experience. Also valid on Linux and MacOS. You can install it on GITBASH. A Git repository is a virtual storage of your project. It allows you to save versions of your code that you … Read more