by timhampton | Mar 20, 2016 | Web Development, Wordpress
Divi’s default contact form lacks the ability to add phone numbers etc. This code, from here, allows you to match the same layout as the original contact form, when using CF7. .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar { background-color: #eee !important;...
by timhampton | Mar 14, 2016 | Technology, Web Development, Wordpress
So, pick your poison! I had been using Upfront for over 6 months with much frustration on a number of sites. I could never really get things to go the way they should, whether it be trying to run Upfront on a Bitnami WordPress Stack, or move things to certain...
by timhampton | Feb 22, 2016 | Google App Engine, Learn, Web Development
I am lazy, and don’t like to have to login to check Google App Engine Error logs, so I use this script to help email me them automatically: use google\appengine\api\log\LogService; use \google\appengine\api\mail\Message; $options = [ // Fetch last 12...
by timhampton | Jan 14, 2016 | Google App Engine, Web Development
Hmmmm so for over a year I mucked around, trying to make cURL work, to use Mandrill on my GAE sites. In the end, I have given up and simply started to use GAE’s built in Mail. Was easy to setup, and to get HTML email templates to work I:...
by timhampton | Oct 22, 2015 | Reviews and Experiences, Thinking out loud, Web Development
I have been using Moodle as a student now for over 8 years – and really, I have reached some sad truths about it. Many people think Moodle is simply the best option for an LMS since so many people use it – but it still has some massive fundamental flaws...
by timhampton | Oct 13, 2015 | Thinking out loud, Web Development
Oh FileZilla! You are the best FTP Client but you simply piss me off. I DON’T WANT TO BE PROMPTED FOR UPDATES EVERY SINGLE TIME I OPEN YOU! I DON’T CARE IF YOU UPDATE BUT DO IT WITHOUT ME HAVING TO DO ANYTHING! Until FileZilla can implement some...