I have a desktop and a laptop: What’s the best way to move between local installations?

From personal experience sync between two different computers work best in one direction. For example your desktop is primary and notebook is precise mirror (yep, of whole directory tree preferably with tool that doesn’t touch unchanged files). Two way sync gets messy very fast for web stack. If you need to actively work with same … Read more

Unable to include a file in child theme

get_stylesheet_directory_uri() Note that this returns a properly-formed URI; in other words, it will be a web-address (starting with http:// or https:// for SSL). As such, it is most appropriately used for links, referencing additional stylesheets, or probably most commonly, images. get_stylesheet_directory() Retrieve stylesheet directory Path for the current theme/child theme. Note: Does not contain a … Read more

What is the difference between XAMPP or WAMP Server & IIS?

WAMP is an acronym for Windows (OS), Apache (web-server), MySQL (database), PHP (language). XAMPP and WampServer are both free packages of WAMP, with additional applications/tools, put together by different people. There are also other WAMPs such as UniformServer. And there are commercial WAMPs such as WampDeveloper (what I use). Their differences are in the format/structure … Read more