Adding Now button to Zabbix 4.4

One of the many reasons I have held onto Zabbix 3.0 LTS is because the now function in maintenance windows. This is very useful when I need to put something into maintenance for a specific time period. The lack of this has held me off for many years from wanting to upgrade. Finally I got …

SlickGrid Autocomplete

I’ve been working with SlickGrid on a project recently and it has been fun to work with.  It isn’t the best documented setup, but after a while I have figured out how to work with it on most levels giving me exactly what I want to work with.  One of the things my users asked for is …

SMF Package Manager Generator

Hello, Originally I had wrote my original SMF Package Manager Generator a few years ago. It was sloppy coding, poor JavaScript and relied heavily on the server. Not my absolute best work, but was something I was proud on at the time from my efforts to dive into JavaScripting. However, todays times are different. So …

new Date() in javascript

It appears that the date object in javascript can have some variances. I had a bug in my code which was only affecting FireFox users on Windows machines. After some debugging time, I figured out that the date object was returning a differently formated value. These are some examples: FireFox on Windows 7: Wed Dec …