Over the shoulder with a large screen with code taking centre stage

Create realistic random file names

Have you ever needed to create a bunch of random file names to test something like Regular Expression? Well, recently I did, and I didn’t have a collection of files to hand that would test the regular expression in the way I required. So what do pro...View Article

Leave your thoughts
Desktop screenshot of all the internet browser icons all lined up

Online Testing With jsfiddle.net

A website that I recently found very useful was the JS Fiddle website. It basically sets up a test area for you to try out simple bits of code, saving you the time or creating a test area. It also has the nice feature of being able to set up as dif...View Article

Leave your thoughts
Close up shot of some Svelte code

Toggle Jquery UI Checkbox Array

Ok, so the title may not explain what this post is about, but hopefully it covers the basics. Recently I have been rewriting a website, adding smarted code and classes. One of the new features I have added is Jquery UI. While this in itself is not n...View Article

Leave your thoughts
Over the shoulder with a large screen with code taking centre stage

Pre Check Form Before Submit

Below is a script to allows you to run a precheck function in Javascript, preventing the form from being submitted if you detect a problem. First, in a separate, external Javascript file, copy the below script: The above code is checking a checkbox...View Article

Leave your thoughts