If you want to select the number of text columns, we can do it as follows. The site builder allows us to select between one, two or three columns of text, with some variations between them, for this it is necessary to create a new page, either a browser page or an internal page. ...
If we want to add a new page and it does not appear in the menu, that is, the page can be accessed through a link in the content of the page and not through the menu. To do this, within «Step 3» we click on "Add Page" and it appears ...
As it says in the title, great successful people say that learning to program a computer is one of the things that we should all know how to do, but let's see why… First, I want to leave you this phrase. "Everybody in this country should learn how to program a computer ... because it teaches you how to think." - Steve ...
To modify the capacity of an account created in our whm system, all you have to do is enter the option «Modify an account«, select the account «Disk Quota (MB)»
An infographic on SCORM: What it is and what it is for.
Graphics and development resources bringing 50 new varied resources to save precious time of designers and developers. Take a seat and enjoy this list that will inspire you and give you useful help for your next projects. Graphics In this section you will find design works that can be used in all kinds of ...
NoJPEG, presentation indicating the reason why we should avoid the use of jpeg in a logo Today we find the website nojpeg.org that has gained tremendous visibility in this month of May. It is a presentation, available in several languages, which aims to help understand why EPS and…
For people who spend several hours in front of the screen, exercising our eyes is important, to avoid fatigue, and keep them healthy. wikiHOW has 10 interesting tips to do it, and here I translate them: Sit comfortably in a chair. Rub our hands until they are warm. Close your eyes, and cover them with the palms of our hands, ...
Have you ever wanted to know what is the largest folder or file on your hard drive? The find command is great, it allows us to do many things (we have already talked about some here), here I bring you another utility of it. The following command will search the entire HDD and tell us which ones ...
If you are new to the "Linux world", this article is going to give you some basic ideas on why you should give it a try. It's more secure This is - and I hope it always is - one of the main reasons to use Linux. Once you "take the leap", the fears about spyware, adware, Trojans, ... will be left behind.
A few years ago Google announced that its employees would stop using Windows, claiming that Windows had some significant security holes. As we saw, while this is true, it may be a business strategy, however this decision left me wondering: what makes Linux more secure? Any Linux user realizes that it is a lot ...
The deep web (DW from now on) is one of the best known urban legends of all, few of those strongly related to the world of the Internet ignore its existence, although they do pass by for many reasons, some very logical. I have known this section of the internet for a long time, the deep web, I had heard about ...
JavaScript is a language that has become very important with the new version of HTML5. Its uses are very varied and now we will see how to return to the previous page by reloading it. When we use the back () function of JavaScript, we return to the previous web, but this one does not reload. This is a problem when we have come to this website from a form ...
Add a new page to the Menu If we want to add a new section to the menu, we go to "step 3", once there we click on the "Add Page" button. A window will appear with the options for the new section of the menu. 1.- We place the name of the new section. 2.- If we want ...
Content Style Within "Step 2", the colors and font of all the content on our page are customized, you just have to choose them. 1.-It is to set the text styles for the general content of the page. 2.-This is to define the line spacing (How far apart is one line from another in ...
Modify the menu This option helps us to change the type of menu, color of the menu bar and sub-menus. 1.-This option is simply to select the menu style, just choose the one you like the most. 2.-It is for the color of the menu bar. 3.-This is mainly to perform ...
Modify the header To modify the header we go to «STEP 2«, on the left side there are several options, which are described in the image below. 1.-It helps us to select the position of the menu. 2.-It is the space assigned to the heading, this is useful to make a separation for the menu or to place the logo. ...
Many entrepreneurs, in order to save money, hire the "Hosting" service for their page based on the cost rather than on the prestige and solidity of the company. Obviously, they hire the cheapest. The problem is that the decision can be disastrous. This mistake is also made by many physical companies that want to venture into ...
Although we can change file permissions from our Ftp, cPanel or Php client, sometimes we need to change a large number of files and these options fall short. For these cases we can count on the Linux console. Put all folders with 755 permissions: find / home / account / public_html -type d -exec…
First in our Control Panel we will go to the Files section and we must enter File Manager. A window similar to the one in the following image will appear where we must select Web Root (public_html / www) and select the "GO" button at the bottom to enter. Within the File Manager we must identify ...
Php is undoubtedly one of the most powerful and popular programming languages among developers. What many do not know is why the logo of this language is a unique elephant. Here is the answer: The image clearly shows us how the letters that make up the word Php end up forming ...
On the web it is very common to work with files that the user sends through forms. On many occasions, for our own web application to maintain the files that have been uploaded, it will be necessary to delete files from PHP. The first thing we must do is make sure that our application has permissions to be able to delete ...
PHP is a very powerful backend programming language that is widely used on the web. With this language we can create, modify and delete files, but for this, those files must have the appropriate permissions, read, write, and execute. On this occasion, starting from the basis that we want to delete a file from the system, we will use the chmod function of ...
Create a project in RvSiteBiulder We started our RvSiteBiulder within cPanel. For more information on how to login. Click Here. After that the following page appears in which we will click on the blue button that says: Create a Project. Then a window appears in which we will select the aspects to be ...