Web programming
10 free online courses to learn to code
10 free online courses to learn to code Application development is a sector that offers many opportunities; Learning to program can open the doors to this sector for us and can be an interesting career opportunity. Thanks to the Internet, today we can learn to program without having to attend a class, we can do it ...
Some terms and concepts related to Free Software that you should know
We present a short dictionary of some terms related to Free Software and Linux. Perfect for newbies or curious who want to expand their knowledge. When people start to become interested in the world of Free Software, think about, or have just installed their first distribution, they usually come up with many new and totally unknown terms that ...
8 things we should check before launching a website
8 things we should check before launching a website When we develop websites we put great effort into generating a beautiful design and we care about generating a navigation structure that is easy for users to understand and use, but many times we neglect some important details, about all at the time of putting our site ...
Periodically Renew the Page Design and the Product Offer
In a market as competitive as e-commerce already is, a key factor is to innovate. Renew or die could be the motto of this industry. A web page is like an advertising piece; in fact, its purpose is the same: to provoke a purchase, or at least an action. And since the ...
Wrong Design of the Technological System of the Site
Having the most advanced technological system in the world is no guarantee of success. Above all, the system must be designed in accordance with the needs of the company and the market it intends to serve. If the system designers don't fully understand those needs, they run the risk of creating a white elephant. This mistake ...
Ping all domains on my shell server
Sometimes we need to verify if all the email accounts that we have created on our server are really working correctly. For this problem, the Shell console (based on LINUX) offers us a practical solution: for variable in `cat / etc / localdomains`; do done This option allows us to ping all our domains, however ...