Wpwatercooler - Weekly Wordpress
EP48 – Working locally instead of cowboy coding – August 19 2013 – WPwatercooler
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:00:00
- Mas informaciones
Informações:
Sinopsis
Today's topic is Working locally instead of cowboy coding where we will be discussing local web development utilizing tools such as XAMPP MAMP WAMP and other tools like DesktopServer, Vagrant or even Vagrantpress. Beginners For beginners Suzette suggests they use DesktopServer because it’s easy to install and you don’t have to ruin your server testing everything out and can test locally. Shooting from the hip Cowboy Coding: is when you make live changes to a website everyone can see. If you do anything that might break your site, you’re cowboy coding. You’re pulling the trigger and hoping something doesn’t break. Local Server So why use a local server? * It’s too easy to make 1 little mistake and break everything. Doing it locally prevents you from taking the site down live. This way you’re making changes and testing it out on a local server and if something breaks, it won’t take down the entire website. * You get good speed because you aren’t waiting for the internet to load. * You can work with no interne