Open Source Apps

Apache to Nginx

Just completed moving this website https://toggen.com.au/blog to nginx web server. The issues I found: Installing and configuring php-fpm to run per user Learning the syntax of the nginx conf files Rewriting the .htaccess files into the correct nginx rules Trying to...

ElegantThemes Divi FTW

I have a friend who does roof tiling and repairs, along with gutter cleaning in Maitland NSW. I have just gotten him a website going using Eleganthemes.com Divi Wordpress theme. The Divi theme is a powerful html5 mobile friendly theme which has so many pre -...

Sydney to Kuala Lumpur

On the flight I managed to sit across the isle from a man who couldnt release himself from his seat belt. So after assisting him with that he noticed my mastery of the inflight entertainment system and kept bothering me to help him with it. He was also a...

Sydney Airport – Free wifi

Finally got through the customs to the gate. Everyone is so connected to their smart devices (us included) that they forget to read the signs telling them not to have their phones out while going through customs. The other funny thing is people dont get how to use...

A New Look and a Slight Name Change

A New Template With Googles recent (April) algorithm changes my website suffered a 50% drop in traffic. So I thought it was time to go for new theme. I have chosen a HTML5 theme named FavePersonal from Crowd Favorite. It's got a lot of features that I'm still learning...

Website Speed Up

Just discovered my traffic to this website has dropped by about 50% not sure why, could be the vagaries of searching engine ranking. Update: Apparently there has been some 52 algorithm changes on Google in April alone so I think I may be the victim of the Google SEO...

DIY Websites

Keep getting asked "Where can I build a site on the internet" preferably for free or low cost OK so here are some links to templated DIY site building websites: Google Sites Wix Website Builder Squarespace So to get started on the Internets for eCommerce what do you...

Generate Custom XML with Perl CGI.pm

I want to output custom XML without any HTML or DTD tags using CGI.pm Here is my hack to get what I'm after: #!/usr/bin/perl use strict; use CGI qw(:standard -any); # use the -any option to turn on custom tags # e.g. I can use $r->item("Item Content") to create # Item...

Page Load Speed Improvements

I'm noodling away at my websites performance using the Google Page Speed plugin. It recommends losslessly compressing your images using a number of utilities. I mostly upload png format images so I ran the following on my Wordpress content folder to compress the...