High Charts is a javascript library that allows graphs and charts to easily be added to web pages. A chart like this can easily be added with a few lines of html and javascript. <script src="https://code.highcharts.com/highcharts.js"> <script src="https://code.highcharts.com/modules/exporting.js"> <div...

Monitoring Screens

We all know that it is important to monitor your servers and services, so you can spot issues before they become problems. I personally have spent a lot of time configuring nagios to email me about issues and I have recently been configuring various different alerts in Azure. My old boss has this idea that I should...

Javascript progress

I got excited earlier this week as I started playing around with the javascript I have been learning. I thought I would try and create useful javascript that could be applied to an online filestore. Somewhere that you could upload, delete, edit files and folders and various options to do with your files would popup via...

My Year of Code

There is no escaping the fact that we are in 2015 now. My new years resolution is to do more coding. Over Christmas I thought I would have a go at http://www.codecademy.com I completed the javascript course and I was just wondering what I should try next when I saw a tweet about http://www.freecodecamp.com Since then I...