In this tutorial I will be demonstrating how to build XML using PHP and the SimpleXML extension. On some very rare occasions you will be called upon to work with XML, you will either need to generate it or consume it. The SimpleXML php extension allows you to easily accomplish both of these actions. You […]
Category: Tutorial
How to update your WordPress database when changing your domain name
So you want to change your domain name to include more unicorns and rainbows. Here’s how to update your database to make it work.
Add a custom meta field to a category in WordPress
So I was in the process of building a new plugin and needed a way to add a new field to all Woocommerce categories, this method will do that and it works with standard WordPress categories as well. Yes, I do know that this can be accomplished using a plugin but in some cases, especially […]
I just built my own Raspberry Pi Laptop
I recently attended the WordPress Wordcamp in JHB and the one item I found myself without was a laptop, now i have a notepad filled with scribbled hieroglyphics of awesome tips and tricks. As a work from home freelancer I do kinda need a laptop but have not gotten around to doing the research and […]
Password protecting your online directories using .htaccess and .htpasswd
When developing new websites I tend to place a sample version online for client to see. The problem is that I don’t want others to see the site or for google to index it, the removal of index pages of a sample site is a nightmare to sort out after the actual site goes live. […]
You must be logged in to post a comment.