Tag: JavaScript
All the articles with the tag "JavaScript".

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

Electron, JQuery & Bootstrap 3
Well this was fun. Trying to get a project started up using Electron that includes jQuery & Bootstrap. Mashing things together so they all work required a

gulp.js
Updated:I'm not sure I've ever felt more out of my depth than getting involved with Electron and Node.js. It's just opened up a can of worms! Just trying to get my

Node.js & Electron
Updated:I've run into Node.js a few times and kinda struggled with just what it's all about. I've decided to have a bit of a poke at trying to develop an applicati

Atom - an Electron IDE
I figured this was pretty cool. An editor created using Electron, that you can use to create Electron apps. https://atom.io/ What's fun about this is that

DataTables JQuery Plugin
https://www.datatables.net/ Very useful plugin to show data in a table that can be paginated and use server side json to keep the updates small and fast.