by madfrog | Feb 6, 2019 | All Blog Posts, Programming Tips, Wordpress Tips
Today the team at MFD have decided to go all geeky, well geekier anyway, and throw in a technical blog post about WordPress website child themes. WARNING – SOME TECHNICAL KNOWLEDGE REQUIRED (and your nerd dial turned up to full) In the past with WordPress the...
by madfrog | Jan 30, 2019 | All Blog Posts, Programming Tips
At MFD we are all for saving time and making life easier, even when it comes to the geeky stuff such as PHP programming (yeah, we know, contain yourselves!). Creating and calling in PHP files into a webpage is a great way of keeping coding separate and allowing for...
by madfrog | Jan 24, 2018 | All Blog Posts, Programming Tips
As it is still January we guess we can still count this post as relevant to the new year, either that or we are from China, either way… Copyright date on a website, hands (flippers) up how many of you either forget to update it or require the person looking...
by madfrog | Jan 16, 2018 | All Blog Posts, Programming Tips, Wordpress Tips
It’s a new year and many websites have a copyright date in the footer which needs updating every year, this can be a hassle and something that is easily forgotten. Within WordPress however there is a way to set this to auto update using a php timestamp. A normal...
by madfrog | Nov 1, 2017 | All Blog Posts, Programming Tips
As we have previously mentioned, MFD have been designing and coding a number of bingo affiliate websites for our sister company Mad Frog Affiliates. One of the techniques we include when putting these together is to cloak the affiliate links or, on a more technical...
by madfrog | Oct 25, 2017 | All Blog Posts, Programming Tips
The php.ini file is a specific file for PHP usually found in a website root directory and allows control over a web hosting’s php settings such as suPHP (pronounced sue-p-h-p). When a PHP Server starts up it looks for the php.ini file first in order to load...