Importance of a testing site
You never want to put your code out on an active website if it hasn’t been tested first.Most importantly – Can break any or all aspects of what is already outMay not show upContent may not be ready to go live, but you still want to see what it’s going to look like or stage it for releaseA couple different waysUse a subdomain as your testing site ideal for hand-coded websites as well as wordpress sites (hand-coded sites is easier to transfer via ftp vs redoing the work for wordpress sites)Schaffencreative.com would have a subdomain of testing.schaffencreative.comDo everything on the testing site while using a “coming soon” page or plugin on the real domainUse GitHub to manage hand-coded work (useful links below)Using GIT to Manage a Live WebsiteWhat is GITHub And Why Should Your Digital Team Use It.Use a WordPress PluginI’ve never explored this optionUse your local machine (computer) to create and test your siteShould be for more experienced developers onlyLabor intensive to set up and get runningResources;Set up a local serverHow to create a local WordPress site using XAMPPOther excellent resource: How to Create a WordPress Staging Site for All Your WordPress Testing Needs
To sum up: ALWAYS TEST YOUR CODE FIRST
Twitter
@SchaffenCreate
@tommnorman
Website:
https://www.schaffencreative.com
The post Eps 33: Testing Sites appeared first on Schaffen Creative.