Create your first Chrome Extension

Create your first Chrome Extension

If you know JavaScript, then there is nothing stopping you from creating your own Chrome Extension. It can be useful to create tools that expand what you can do with Chrome, whether that is building something for yourself to automate a process, build...View Article

Leave your thoughts
Create realistic random file names

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
Online Testing With jsfiddle.net

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
Toggle Jquery UI Checkbox Array

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