If you have a contact form that sends messages to email accounts, there is some extra configuration that you have to make so that it can work. In this article I will give give you a step-by-step guide on how to configure mail settings in Web.Config: 1. Open your ASP.Net Continue Reading
Cloning your Joomla website with Softaculous
Sometimes it is necessary to test new functions on your Joomla website, and it is a bit tedious, it could have complications and damage the website. Therefore in this article I’ll show how to create a clone of your Joomla website using Softaculous. Follow these steps: – Log into your Continue Reading
How to improve your WordPress skills with Javascript
WordPress is evolving every day, well every update to be fair, but how can you step ahead of it and make it useful? According to Matt Mulleweg, WordPress founder, “You need to learn Javascript, and fast.” So, you need to learn JavaScript if you want to build WordPress themes, or Continue Reading
Mistakes to avoid in PrestaShop Development
PrestaShop development is a bit difficult to handle. The software’s architecture requires a few good practices that are often ignored, making bug fixing an even more troublesome process for developers. In this article, we will see which are the most common mistakes you can make when developing for PrestaShop, and Continue Reading
Allow users to access specific locations in ASP
We will discuss on how we can allow specific users to access from specific locations. Some projects require to set permissions to access specific locations within your project. In this article I will show you in a step-by-step guide how to restrict access to users in ASP.Net Open your ASP Continue Reading