Tag: installation

  • Installing Git & GitHub on OSX Using Terminal

    Installing Git & GitHub on OSX Using Terminal

    Knowing how to use Git is incredibly important for all developers, whether you’re building a simple HTML/CSS website or making your own operating system. Git allows you to quickly implement version control into your project, but a lot of people–especially developers first starting out have a hard time grasping what exactly Git is and how […]

  • Installing WordPress on XAMPP

    Installing WordPress on XAMPP

    One thing that concerns me with some inexperienced web designers, is their penchant for developing or designing a site directly on a client’s web server–either they use a subdirectory on the server or start making changes to the live site itself. There are a number of reasons why developing directly on a client’s live server […]