Search
Factorio Blueprint Books

Here is a couple of blueprint books for factorio that i found, sources included. You can import them using the paste string, and clicking on this button in factorio: Then paste it in here an..
My Favourite Atom Packages (Plugins) 2020

I did a list for this last year, updating it again for this year, i will add and remove packages as i change them. This is just my personal preferences for atom as i usually code in js css html and ph..
How to get spreadsheet data into a meaningful/useful format using php and sqlite

I had some data recently that i thought would be very good in a web page format. So i started copy and pasting it into a html editor and then realised that this data is all in the same format as its i..
RS3 Most Efficient Skilling Methods - With Videos

This is a some what high level guide to the fastest skilling methods in RS3. Some of the skills have high requirements, so this just lists the fastest methods to skill them. This guide is based on thi..
how to fix - Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding()

I use the php readability library in some of my code, and found on a new server that it was throwing the error. Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() For me t..
Image Resizing with PHP and SimpleImage Library

How to resize images with PHP using the SimpleImage Library I always forget how to do this even though its pretty simple once you know what to do. Here is how i resize images if they are over a ce..
pi hole and hassio

What is Pi Hole? Pi Hole is basically a firewall that sits on your home network and blocks out all the adversiter and tracker sites. So if you want to block a large percentage of the dodgy/ad/tracker..
Adding a template to wordpress to show a list of posts on a custom page template

So i had a request the other day to add a blog to wordpress that had been converted to a promo site with a static front page. Sounds easy, well it is if you know how to add a template to wordpress...