Damaged or crashed MySQL tables due to an unsafe server shut downs, disk space limits or general MySQL failures? Do a find and find and repair on your damaged MySQL tables.
Continue reading...
Today I was asked by a client how they open a .Pages files using a windows. Their computer didn’t recognise the file. What is a .PAGES file? A .PAGES file is an archive technology created by Apple for use on its Mac OS, it is very similar to .zip files. They are normally created when
Continue reading...
Forgot your WordPress admin login details or a previous developer is unwilling to give you the WordPress login details, well the answer is very simple. As long as you have database access you can use the website below to generate a new password hashsum, simply replace the origional password value with the new hashsum and
Continue reading...
It’s time to remove my Super Swamper tyres from the plastic rims they are glued to, I’ve got new metal beadlocked rims, foams and weights which you can see in this post. First step was to put a pan of water on full boil with the wheel in it. The idea is to boil the
Continue reading...
I connect a UPS to a generator allowing me to safely power my sensitive electronic equipment (laptops) when in remote locations, generators are not perfect and occasionally the power fluxuates causing spikes, over and under voltage issues. To resolve these issues and make it safer for my sensitive devices I use a UPS which provides
Continue reading...
I take a small portable generator with me when I am using my RC cars this allows me to charge batteries and run power tools such as a dermal or soldering iron for onsite repairs which comes in really handy. I like to be prepared when I take my cars out, nothing worse than driving
Continue reading...
Combine multiple files into a single file is very simple on Windows as long as the files you are wanting to combine are text (binary). Its not possible to merge multiple images, videos and other none binary related content using this method. Here is the Command Prompt (cmd) command we will be using to achieve
Continue reading...
Google is one of the biggest search engines with billions of pages, you enter in some keywords and it will find related pages. Google has some advanced search commands which allow you to refine your search results, I will be showing you how to refine your search results down to just blogs which you have
Continue reading...
Need to easily debug some php code? simple add the following code to your script to enable PHP error reporting and display error messages. This allows you to quickly debug without making configuration changes to servers PHP configuration.
Continue reading...
Comparing two bits of data in PHP is quite simple but there are special occasions when a simple comparison of data needs to be slightly different. One of the common issues is comparing float numbers, a common mistake is comparing two float numbers the same way in which you would compare two integers or two
Continue reading...