Posts
All the articles I've posted.
CBR-Manager
Updated:So far I'm really impressed with how the development is going with Electron. I've been able to sort out some frustrating situations to the extent where I'm
BrowserWindow or window.open
Updated:The app I'm working on currently requires two browser windows. An initial user interface that then leads into another window once the user makes a choice.
Electron Installer for Windows
How to package and deliver an Electron Windows app. http://www.christianengvall.se/electron-windows-installer/
jQuery in Node.js
Using jQuery in Node.js gave me something to think about. Especially as there seems to be so many ways to do it. If you're using it in a renderer you can p
Slick.js - another carousel
Seems like a fully featured carousel. https://kenwheeler.github.io/slick/
Learning Electron & Node.js
Updated:Many years ago in a galaxy far, far away I developed an application to manage and read my comic books. I developed it in a Windows environment and used C#
Owl Carousel v2
http://owlcarousel.owlgraphic.com/ An excellent Javascript image carousel. When added with the jquery-mousewheel plug-in this makes for a great carousel wi
Electron, 7-zip & Images
Updated:The app I'm trying to create reads image files from a compressed file. either a zip, a rar or 7-zip format. The aim is to then extract the first image from
Windows DKIM DNS Entry
Updated:Windows always gives me a bit of grief when trying anything a little out of the ordinary. I always find doing the same thing on Linux way simpler. This time it was relating to a DNS TXT entry for DKIM that is longer than 255 characters.
DKIM Signature Testing
Updated:After setting up a DKIM DNS entry and then sending email we were seeing one of authorised 3rd parties failing to pass the DKIM checks. The DNS record looked OK but the mail systems like Google and Yahoo were saying it was failing. So how do I go about testing a message I received so I can see for myself what's going on?