Skip to content

Javascript

Blog posts tagged with Javascript
Video - Interacting with Browser Content

Video - Interacting with Browser Content

10/12/2015
A Chrome extensions prime function is to interact and enhance a users' web pages and in this video we look at how to do this, building our first extension with a combination of HTML and JavaScript. This extension will replace all images in a SitePoint article with images of Super Heroes, bringing even more super powers to your browsing experience.
Video - Submitting to the Chrome Store

Video - Submitting to the Chrome Store

21/12/2015
There are quite a lot of specific images and text descriptions required to create a listing page for your app, we detail them here and provide some useful tools to help create them. In this final section we submit our application to the store. You're almost there!
Create Cross-Platform Desktop Apps with Electron

Create Cross-Platform Desktop Apps with Electron

23/05/2016
Call me old-fashioned, but I have always preferred using a desktop app suited to each purpose. I feel that if all I'm going to use is a browser for everything I do, then why have a 'proper' computer? On a practical level, I travel frequently and am generally 'between' internet connectivity or using unstable internet connections, and 'real' applications are typically far better at allowing effective offline working.
Node logging best practices and tips

Node logging best practices and tips

28/09/2017
As is traditional with the JavaScript world, there are a dizzying amount of options for node logging. In this article, I will dig into some of the better and lesser known options to see what’s on offer and help you log better in your Node applications.